I'm speculating, idk for sure if this is going to be a problem, but I'm speculating 👀
That looks fine
Well there's one way to narrow down if it's a config problem vs adding the correct web platform.
Can you test adding the domain * and seeing if you still get a CORS error?
delete it after, for obvious security reasons
If this works, smthing's going on with the web platform you added, if it still doesn't work, it's smthing else.
adding here?
No
in your appwrite project
as a web platform
This will just allow any domain to connect. This way we'll know if there's a issue with how you configured your web platform, or if it's something else that's breaking
I can't believe this was really it. It was a previous domain that I had used.
Oh 😛
Well is it working now?
Remember to remove the * platform once you're done testing
Kkk yes, thank you very much!
for security
Ok
Mark the post with a [SOLVED] so others know the thread is resolved
Happy appwriting!
Thanks
[SOLVED] ERR_FAILED 4O3
Recommended threads
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...