I have created a project and added a web platform with giving hostmain as *.vercel.app. But when I start my application
Access to XMLHttpRequest at 'https://cloud.appwrite.io/v1/account' from origin '.vercel.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.
Hey there can anyone help me with this issue. Thank you
Why is telling you're using localhost?🤔 It should be the vercel domain
Yes but I’m getting that, even after saving the changes. I even tried with deleting the previous and creating a new one.
Did you add the platform on your instance
Did you add the project here?
cc: @sachu47
Yes I did add the platform
do one thing add localhost as a platform as well.
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)