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
- How can I get the Google Avatar of the u...
How can I get the Google Avatar of the user that signed in with Google?
- Cannot use createdBefore query on bulk d...
sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas...
- Upgrade mechanism using coolify
Hi there I am hosting an appwrite instance with coolify. Setting it up worked really well, everything works🎉 But it is stuck on the 1.7.4 version. What is ...