-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load some part of a WebPart #6099
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Usually this is a temporary issue with the O365 CDN... from my exp, there's not much you can do to "fix" this. The first thing I'd do is upgrade your component to the latest SPFx. MSFT is in the midst of switching their module loader in SPFx (from system.js > require.js)... hopefully this will address some of these random CDN issues. |
@andrewconnell thank you for your answer. It there any information when the switching to RequireJS may occur? |
But note that's from January 2020. Nothing since then... |
Closing this issue as "answered". If you encounter a similar issue(s), please open up a new issue. See our wiki for more details: Issue-List: Our approach to closed issues |
Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues |
Category
Describe the bug
We have a wab part that is used productive since more than 6 months. One of our customers getting sometimes the following error:
I was able to get the error on customer's environment with my account in Chromium Edge v84. The error that I've got:
In most cases the reloading of a page helps, but there are some users that need to reload a page multiple times (more than 4 times) until the web part is loaded correctly.
We have invested a lot of time trying to figure out the source of the issue, but no luck till now.
Expected behavior
The WebPart is loaded correctly for all users in any browser.
Environment details (development & target environment)
Additional context
Any ideas what can be the source of the issue?
The text was updated successfully, but these errors were encountered: