https://github.com/appwrite/starter-for-svelte
nor
https://github.com/appwrite/demos-for-svelte
work out of the box , even if I install npm i the inital error is
TypeScript
|- TypeError: Cannot read properties of undefined (reading 'replace')
at Client.setEndpoint```
TL;DR
The Sveltekit starter template isn't working due to a missing change in the `PUBLIC_APPWRITE_ENDPOINT` and modification to the `.env` file. Even after running `npm i`, errors persist relating to the SSR module. Consider checking the GitHub repositories for updates or consult the documentation for troubleshooting.oh I think I edited .env file as suggested by github copilot then build the project
oh I should change the PUBLIC_APPWRITE_ENDPOINT as well
nope
Recommended threads
- 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...
- ACTIVATE DEPLOYMENT PROBLEM...
It's not giving me the option to activate a deployment that says it's ready..
- Anonymous Sessions using Node SDKs
I am attempting to use anonymous sessions with the Node SDK but I have simply no idea how to persist the session to a cookie, pass it to the session client, etc...