Hello, I'm not sure how to make a STR. But when without passing `overrideFxAServer` to register content script on the self-hosted server url , Even users set self-hosted fxa server via "Secret Menu" -> "Sync Debug" , they still can not login into FxA, because the login page will showing a infinite loop icon when loading due to` WebChannel messages can't get through` Reference: https://github.com/mozilla-mobile/android-components/issues/6225
Bug 1826244 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Hello, I'm not sure how to make a STR. But when without passing `overrideFxAServer` to register content script on the self-hosted server url , Even users set self-hosted fxa server via "Secret Menu" -> "Sync Debug" , they still can not login into FxA, because the login page will showing a infinite loop icon when loading due to` WebChannel messages can't get through` Reference: https://github.com/mozilla-mobile/android-components/issues/6225 ---------------- I'm not familiar with event page related things. However background script will only run once when Fenix startup ( Changing fxa server url will cause Fenix auto-restarting itself). , may be it's safe to convert to event page? .