So basically I've done a project it's fine on my machine local server but when I'm deploying it on the Vercel using environment variables the mentioned error is shown Console:- index-QRQXKKiV.js:67 AppwriteException: Network request failed
Please make sure to search before creating a post. In addition, please use a descriptive title so others have an idea what your problem is
Network request failed
You probably have a CORS problem. See https://discord.com/channels/564160730845151244/1209998659123544125
Ok thanks 👍
Recommended threads
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...