-
Notifications
You must be signed in to change notification settings - Fork 138
Description
when attempting login to Mozilla VPN on a new desktop device, logging in successfully in my browser did not change state within the Mozilla VPN app, which continued "waiting for sign-in".
versions
- mozillavpn 2.29.0 (2.202506162352)
- macos sequoia 15.5
- firefox 141.0.3 (aarch64)
solution
to fix this, i temporarily disabled my ad blocker for vpn.mozilla.org to complete login.
cause
i use ublock origin and i had enabled the "block outsider intrusion into lan" filter set.
apparently, the mozilla VPN login makes a cross-domain request to localhost at 127.0.0.1, and was interrupted by this filter.
maybe Mozilla VPN should not rely on a cross-domain request to log in
i think it is generally not a great pattern, and also, many people will be running filter lists or blocking this kind of request for security reasons and privacy reasons and by default someday
not solutions
i am posting this github issue so that my particular cause and solution is documented somewhere.
annoyingly, lots of discussion contained little information and few suggestions other than 'contact support, the solution they give you is easy'
clearly similar issues may happen for several reasons, and vary depending on platform and version.
github issues that did not help (but at least made it clear that the causes could be various)
- Error "waiting for sign in and subscription confirmation" when logging in. #965
- VPN version 2.7 - Error "Waiting for sign in and subscription confirmation" #2830
- Unable to complete VPN authentication on iOS #2906
mozilla support questions with an accepted answer containing no information:
- https://support.mozilla.org/en-US/questions/1305793
- https://support.mozilla.org/en-US/questions/1342760
mozilla support articles that were not helpful
- https://support.mozilla.org/en-US/kb/i-cant-sign-mozilla-vpn-what-should-i-do
- https://support.mozilla.org/en-US/kb/how-log-mozilla-vpn
reddit threads with no solutions