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
|- TypeError: Cannot read properties of undefined (reading 'replace')
at Client.setEndpoint```
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
- MFA Recovery Codes issue
after creating recovery codes using `account.createMFARecoveryCodes()` do we need to Verify MFA factors type recovery code? I followed this guide: https://appw...
- Build Error Truncated
I'm trying to start with Appwrite using an existing Next.js project of mine. When a deployment runs though it just ends up showing :`server error.","code":500,"...
- Update string attribute
Hi, Unsure if we’re able to use newKey when updating string attribute over node.js server api call to change an attribute name instead of having to create a ne...