
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';```


Seems like your domain or platform is not being added to your appwrite platform

@Camo

it's the main backend install, i havent added anything in the custom domain as there is no need

i can access it on the same subdomain (https://b.bash.lv) as the site (https://bash.lv)

@D5 apparently i cannot read, i had to rewrite export const AppwriteHostname: string = 'b.bash.lv';

i had it set as site

Case closed, @D5 thank you for cooperation and hints!

SSR, APPWRITE [SOLVED]

[SOLVED] SSR, APPWRITE
Recommended threads
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
