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
- Having problems with Appwrite API keyAny...
Having problems with Auth as a result of the API key Anyone to help asap?
- Custom domain verification failing
Im having trouble adding custom domain to my project with the domain verification failing within my project but in organization view its verified
- Facing this Exception User (role: guests...
After creating an OAuth2 session using createOAuth2Session in Appwrite, the session is created successfully in the cloud console, but when I try to fetch user d...