Hello I've gotten a issue with sveltekit when I initiate the client I get a error: TypeError: Cannot read properties of undefined (reading 'replace') at Client.setEndpoint. This only happens at build/start and not in dev mode I've seen someone else with the same issue but he is using NextJS but the exact same error he gets aswell only problem is that its closed and there are not fixes: https://github.com/appwrite/appwrite/issues/5328
Error Appwrite setEndpoint
Fixed: Dynamic ENV was empty for some reason at build. Use Static ENV
SOLVED: Error Appwrite setEndpoint
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...