Open
Bug 1908518
Opened 1 year ago
Updated 1 year ago
Sometimes when setting up a Custom FxA server we still navigate to production
Categories
(Firefox for Android :: Accounts and Sync, defect, P5)
Tracking
()
NEW
People
(Reporter: jonalmeida, Unassigned)
References
Details
When setting a Custom FxA server, we do not use that server during sign-in.
For some odd reasons, we can see in this code path that we are getting the custom server from serverConfig but the site loaded is production. What might be happening is that we are unable to connect to the custom server and our fallback is too aggressive. Maybe we should just not try to fallback?
Host mismatch for WebChannel message. Expected: https://accounts.stage.mozaws.net, got: https://accounts.firefox.com/oauth/force_auth?action=email&response_type=code&entrypoint=settings-menu&email=test%40example.com&client_id=a2270f727f45f648&scope=profile+https%3A%2F%2Fidentity.mozilla.com%2Fapps%2Foldsync&state=[redacted]&code_challenge_method=S256&code_challenge=[redacted]&access_type=offline&keys_jwk=[redacted]&context=oauth_webchannel_v1&forceExperiment=generalizedReactApp&forceExperimentGroup=react.
2024-07-09 15:04:59.640 22513-22513 mozac-fxawebchannel org.mozilla.fenix.debug E Communication disallowed, ignoring WebChannel message.
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:boek, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jboek)
Updated•1 year ago
|
Severity: -- → S4
Flags: needinfo?(jboek)
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•