Apr 11 2022 11:04 PM
Hey All,
Is anyone else experiencing dead end page loads for any SharePoint Online destination when using Firefox version 99.0?
If I browse to the standard https://<domain>.sharepoint.com/_layouts/15/sharepoint.aspx page I get nothing but a blank page. There's an initial 200 response but then nothing. It takes almost 5 minutes to tell me it couldn't load the page.
I can get content if I 'force' refresh the page but then if you visit another sharepoint page, the same thing happens until you 'force' refresh the next page?
The most consistent error message I get is this one:
Apr 12 2022 06:14 PM
Apr 12 2022 09:14 PM
Apr 13 2022 02:18 AM
Apr 13 2022 02:31 AM
Hey @Flo_ENSI
If a user is experiencing this issue, they only need to 'force' refresh the page in question. This means:
• Command-Shift-R (Mac OS X)
• Ctrl-F5 (Windows)
Hopefully this helps you and your users to continue using SharePoint while MS fix the issue.
Apr 13 2022 04:11 AM
Apr 19 2022 05:20 PM
SolutionNov 14 2023 08:18 PM
@Bryce McMillan It seems to be a related issue. Here is the detailed description of the problem and the testing situation. Firefox 119.0.1 (64-bit).
-----------------------------------
Problem Description Issue: Users experience interrupted downloads when using Firefox to download large files from SharePoint, particularly under slower network speeds. This issue does not occur in Chrome under identical network and device conditions.
Solution Debugging and Resolution:
Initial Observation: Utilized Firefox's debugging tools to monitor and analyze the download process. Downloads were failing in Firefox with an error message indicating a ServiceWorker issue: "Failed to load ‘’. A ServiceWorker intercepted the request and encountered an unexpected error.". Key Action: Unregistered SharePoint ServiceWorkers within Firefox. Outcome: Subsequent tests showed no interruptions in the download process, confirming that ServiceWorkers were the root cause of the problem.
Analysis of Potential Causes
Different Handling of ServiceWorkers:Browsers' Diverse Strategies: Various browsers have distinct policies and methods for managing ServiceWorkers. Firefox's Specifics: Firefox may implement stricter security measures or different handling mechanisms that are not compatible with SharePoint's ServiceWorker configurations, leading to download interruptions.
Recommendations
For Users: Temporarily unregister ServiceWorkers in Firefox if encountering similar download issues with SharePoint. For Developers: Investigate and address the compatibility issues between SharePoint's ServiceWorkers and Firefox to prevent download interruptions.
Apr 19 2022 05:20 PM
Solution