Hello Community!
I have this https://vitecare-gi.vercel.app/ website built with Vite-React, and TypeScript, and deployed in Vercel that is getting blocked by CORS.
I have added the platform as vitecare-gi -> host * . The application does not require a user to sign in.
On the contrary, the only thing that I need is for a user to add their information a first time and it should added to the database. Can someone help me understand what am I missing from appwrite? I have checked some of the previous posts but none that I can find with the same issue in vite-react - vercel
Please share the request headers from the network logs for the failing request
This is one of my previous errors: POST https://cloud.appwrite.io/v1/users 409 (Conflict)
` :authority: vitecare-gi.vercel.app :method: GET :path: /patients/66baa039000517458ce7/register :scheme: https accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 accept-encoding: gzip, deflate, br, zstd accept-language: en-US,en;q=0.9 cache-control: no-cache pragma: no-cache priority: u=0, i sec-ch-ua: "Not)A;Brand";v="99", "Google Chrome";v="127", "Chromium";v="127" sec-ch-ua-mobile: ?0 sec-ch-ua-platform: "macOS" sec-fetch-dest: document sec-fetch-mode: navigate sec-fetch-site: none sec-fetch-user: ?1 upgrade-insecure-requests: 1 user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 ``
Recommended threads
- Appwrite SSL Certificate Failure
Hello, I need help releasing a stuck domain. My Domain: adilnaib.engineer My Project ID: 68fe0aee001e999b5d71 Error: Failed to add domain to Fastly: {"msg":"B...
- [BUG] I'm facing an issue while creating...
Here’s what’s happening: When I try to create a new Web app on my Appwrite console (backend.keplr.in), the browser console shows multiple errors: Uncaught (in...
- Sites: Old deployment gets requests even...
Hi team, I use Sites to host a Next.js web app and it serves from old deployment for many hours. Is this expected? I thought it would serve from new deployment ...