I am using Appwrite for the first time. While I am developing the simple todo application with apperite cloud, I got an error, Here I mentioning the error which I have got .
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://hl-appwriter.buildapi.cyou/v1/account. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 301.
Have you added your new website address inside the Web Integration process?
In dev you can field it with * but remember to change it in production
the website is currently runs on localhost
So you can write localhost in the host name
* will cover all options
Where can I access that page?
On Platforms on the bottom you'll have option to add one, choose Web
P.s. It's looks like you're using an outdated version of Appwrite
This is the look-and-feel in the updated version
How can I get the updated version. I just installed the appwrite..
Could you provide a solution for that?
How did you installed it?
its provided from my company, They installed on the cloud.
Okay, so they need to follow one of the methods available in this URL https://appwrite.io/docs/installation#installWithDocker
If you're using DigitalOcean then you also have an auto-deploy option https://marketplace.digitalocean.com/apps/appwrite
Anyhow for your use-case you can keep doing so by adding a new platform in the main project view.
okay thankyou
Please make sure you're using HTTPS for your endpoint
Recommended threads
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...