I am tyring to use an appwirte Intance on the server side of sveltekit (+page.server.ts) to use the "meta" framework in the best way. I found this solution https://svelte-kit.ssr.almostapps.eu/ .
My Question: is it possible to use almostSSR on localhost?
For developing reasons i use an local running appwrite instance and the vite dev server of sveltekit. In the repository of almostSSR I found the option to change the domain name of SsrHostname and AppwriteHostname.
I suggest updating your hosts file to simulate using domains.
okay thanks for your reply. I will just use the client side libary. currently I do not need the server functionality.
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...