An Office service that supports add-ins to interact with objects in Office client applications.
Please note that our forum is a public platform, and we will modify your question to hide your personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.
Hi Walid Mensi
After reviewing all the information provided, I think the following information might help:
In overall, the NoBootJs error indicates that Outlook Web App (OWA) failed to download the JavaScript bootstrap files it requires to initialise. The ChunkLoadError messages for files such as owa.50522.m point to a failure fetching static assets from Microsoft's CDN (res.cdn.office.net). Moreover, the service workers survive standard browser cache clears, which explains why conventional cache-clearing steps have not resolved the issue.
Given this, you can try the steps below to see if it can help you:
1. Unregister Service Workers and Clear IndexedDB
- Edge: Navigate to
edge://serviceworker-internals/and find anyoutlook.comoroffice.comentries, click Unregister. - Chrome: Navigate to
chrome://serviceworker-internals/— same steps.
Then clear IndexedDB: F12 --> Application --> Storage --> select outlook.live.com -->Clear site data.
Reference: Service Worker API — MDN Web Docs
Note: This information is provided as a convenience to you. These sites are not controlled by Microsoft, and Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please ensure that you fully understand the risks before using any suggestions from the above link.
2. Test with a fresh Windows User Profile
Create a new local account (Settings --> Accounts --> Add someone else to this PC) and test Outlook.com from it. If it works, the issue is confined to your current user profile's stored data.
Reference: Create a local user account in Windows — Microsoft Support
3. Fully disable security software and test
Some endpoint protection products inspect HTTPS traffic at the OS level and can silently corrupt CDN responses. Fully exit your antivirus from the system tray and test. If Outlook.com loads, add *.cdn.office.net and *.live.com to the HTTPS inspection exclusions.
4. Clear Windows SSL state and certificate cache
Run inetcpl.cpl --> Content tab --> Clear SSL State. Then in an elevated PowerShell:
Stop-Service -Name "CryptSvc" -Force
Remove-Item "$env:SystemRoot\System32\catroot2" -Recurse -Force -ErrorAction SilentlyContinue
Start-Service -Name "CryptSvc"
If none of the above resolves the issue, I recommend you can reach out to Microsoft Support via LINK referencing Client ID and error source NoBootJs, as these identifiers allow Microsoft to retrieve server-side diagnostic logs for your specific session.
Hope my answer will help you.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.