[Intermittent] VPN error message displayed in FxE while navigating/Built-in VPN is blocked and enabled by default in FxE
Categories
(Enterprise Products :: Firefox, defect)
Tracking
(Not tracked)
People
(Reporter: lburuian, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Found in
- 151.0a1 (20260421055443)
Affected environment
- Staging
Tested platforms
- Affected platforms: All
Preconditions
- Have an authorized account for FxE
Steps to reproduce
- Open FxE and login.
- Use the browser normally and keep it open troughout the day
Expected result
- No VPN error are dislayed in the browser when you are not using VPN.
Actual result
- A VPN specific error is displayed intermittently and randomly in FxE.
Additional notes
- Might be related to the Mozilla VPN integration code (available in Fx)
Comment 1•2 months ago
|
||
Luminita, we would need more information on what is happening. Can you look at any logs that may at the same time arise in the browser console? We'll try to share more steps on how to collect more informations as well.
Hello Alexandre,
I did not encounter this issue lately, but I will keep in mind to try to capture any logs, if possible.
Could this have been related to the issue with the VPN integration code, which also brought the VPN integration icon in FxE instead of the Access Connector one?
Thank you.
Comment 3•1 month ago
|
||
This happened to me on 152.0a1, I closed the browser priort to collecting logs sorry...
The issue might be related to the Built-in VPN setting in FxE, which is checked and locked.
Comment 5•1 month ago
|
||
Got some clarification on this prompt from the VPN team, and this error prompt is specific to a failure to refresh the auth token for the VPN auth provider. We have replaced the IPPFxaAuthProvider we were leveraging for AccessConnector with a custom IPPEnterpriseAuthProvider purpose-built for our use case. It's worth monitoring this to see if that change has resolved whatever caused this intermittent error prompt.
This prompt will also be getting phased out in favor of an error page based on bug 2033526, so it may not be worth changing in our fork unless it becomes more prevalent.
Comment 6•1 month ago
|
||
(In reply to Josh Porter [:jporter] from comment #5)
Got some clarification on this prompt from the VPN team, and this error prompt is specific to a failure to refresh the auth token for the VPN auth provider. We have replaced the
IPPFxaAuthProviderwe were leveraging for AccessConnector with a customIPPEnterpriseAuthProviderpurpose-built for our use case. It's worth monitoring this to see if that change has resolved whatever caused this intermittent error prompt.This prompt will also be getting phased out in favor of an error page based on bug 2033526, so it may not be worth changing in our fork unless it becomes more prevalent.
Is it worth augmenting logging so that it can be surfaced via e.g. MOZ_LOG and thus the profiler, for easier long-running diagnosis?
Description
•