please someone should help me i deploy my real time chatting app but resquest is blocked due to cors policy
You need to add a Platform from the Appwrite Console
please direct me on how to do it
i created a real time messaging app using react and i deploy it using netlify but i got this errors if user what to login, register
You need to add a Platform
Access to XMLHttpRequest at 'https://cloud.appwrite.io/v1/account' from origin 'https://main--verdant-marigold-273f1c.netlify.app' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://localhost' that is not equal to the supplied origin. cloud.appwrite.io/v1/account:1
Failed to load resource: net::ERR_FAILED
this is the error
how can i locate the platform
This error means you didn't add a Platform in the Appwrite Console
alright sir, can u tell me how i can add it
@Henry_Dustin
thanks bro
i have done it
is your problem solved?
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...