Hitting a 403 Forbidden when attempting to POST to https://cloud.appwrite.io/v1/account Error: 403 Forbidden Referrer Policy: strict-origin-when-cross-origin
Attempting to connect from a Vercel Deployed App (*-projects.vercel.app) to AppWrite.
Issues: Request URL: https://cloud.appwrite.io/v1/account Request Method: POST Status Code: 403 Forbidden Referrer Policy: strict-origin-when-cross-origin
Currently hitting a 403 forbidden, is there any way to specify to allow CORS connections to/from a project - or would this more be on the Vercel side?
Recommended threads
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...