
So I'm working on an app for my company and I've added in my domain name as the hostname for the project as well as for the custom domain.
But I'm still getting CORS Errors saying that:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cloud.appwrite.io/v1/databases/test-domain/collections/questions-collection/documents. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘https://localhost’).
When I have not even added localhost as my hostname I've added in my project domain name
Recommended threads
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
- Appwrite custom domain verification fail...
So I've left enough time for the records to propagate and I've tried adding in a subdomain for the appwrite endpoint so as not to cause a clash with two CNAME r...
