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
- Report: fetch failed
https://github.com/appwrite/appwrite/issues/10989 please assign this issue to me
- Domain Verification Failed - Fastly Conf...
I am trying to add my subdomain api.getmyself.app to my Custom Domain, but I keep getting the error: Domain 'getmyself.app' is owned by another customer I have...
- Data not loading at the frontend
My App that has been working for weeks, ain't loading anything at the frontend anymore. I thought maybe the API key expired but it's not the case. Users are log...