Web Developer
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