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
- Project is currently blocked
When accessing the Appwrite console, I receive the message: "Project is currently blocked. Access to this project is restricted. Contact support if the issue pe...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...