
How do I configure the project in my appwrite console to include the appropriate CORS headers and set up CORS rules. My current origin will be "http://localhost:3000". I've setup the Hostname as localhost in the platform settings. IDk if theyre related. Any help would be appreciated.

Yes, you need to have a Web Platform configured with a hostname of exactly localhost

maybe your project ID is incorrect/missing

An incorrect project id will should not give you a cors issue, cors is mostly an issue regarding the web platform not being set-up :)

If the project ID is missing or incorrect, there will be no valid platforms, therefore CORS error

If it's incorrect it does not give me cors errors.
Recommended threads
- Attributes stuck on proccessing
Hello, I'm trying to create this collection and for the third time there's always an attribute stuck on processing, the development of my project is stuck for ...
- Checkout error: Error: Request body is e...
Im absolutely stumped here. ```Initializing Stripe functionality... stripe.ts:74 Calling Appwrite function with payload: {price_id: 'price_1RdZzoDCvcSnLsdCCu8z3...
- Appwrite documents and Swift codable
The object I use to create a document is different than the object I receive when I list documents. Do I create an object that’s used to create a document and a...
