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
- restore paused project not working
https://cloud.appwrite.io/console/project-sfo-69b1b841002ca6a07f14/overview/platforms
- Realtime doesn't seem to work with Table...
Hi, I am trying to connect my tables rows with realtime on my react website, it connects, but I dont get the rows when a row is being created. I tried with Chan...
- Failed to receive appwrite reset passwor...
Hey there, I forgot my password for my appwrite account but when i use forgot password, i dont get an email to reset the account but when i try to create a new ...