Rank 3: Container
Im having problems getting ssr working.
My setup, is using this repo - https://github.com/Meldiron/appwrite-ssr-svelte-kit
Domain is on Cloudflare, i have disabled cache for the test domain "bash.lv" the backend is on "b.bash.lv" (it's the main installation), the front end is on vercel "bash.lv",
In overview I have added web platform as "bash.lv"
This is the AppwriteService.ts in the repo
export const AppwriteHostname: string = 'bash.lv';
export const AppwriteEndpoint = 'https://b.bash.lv/v1';export const AppwriteProject = 'SSR';```