-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection failure - Access-Control-Allow-Origin #23
Comments
I'm seeing the same problem: "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://zzz.zzz/.well-known/host-meta. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 404." |
Thinking a bit more about this, is there a helper for the main TLD? That would solve this pretty quickly if TOPDOMAIN or similar was a thing. (I still need to read the packaging v2 guide so apologies if that syntax is deprecated..!) |
Let me now if #27 fixes the issue. |
I've looked at #27 and it didn't fix the issue entirely: it does now seem to hit another error. I had a play it seems like the This is what is in my - working - nginx config:
I've switched the Looking at the config for metronome (I assume much the same applies to prosody) it appears that http isn't set up for all hosts:
The config in the docs for metronome specifies either a wildcard or a url:
I'm guessing that when we set the In any case, I think this is either a) solved or b) a separate bug to the one originally described in this ticket. Happy to hear your thoughts. |
Describe the bug
Can't connect to my XMPP server
Connection failure
Une erreur est survenue lors de la connexion au serveur de discussion.
Firefox console :
Context
Steps to reproduce
Just install Converse on a domain other than the primary domain.
The text was updated successfully, but these errors were encountered: