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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...