Forum Discussion
Matthew2370
Nov 01, 2021Copper Contributor
SharePoint Online Webparts Not Loading Correctly Until Page Refresh
I have multiple SharePoint Online site collections that are all exhibiting the same problem with certain webparts. When a page loads that contains a quicklinks, hero app, or weather app, the wep part...
Rick DeFoe
Nov 06, 2021Iron Contributor
We have been having reports of the same issues on our modern SharePoint sites. Seems to have started happening more over the last couple months
Spocker
Nov 23, 2021Copper Contributor
Agreed Rick DeFoe. I created a SPFX WebPart that queries the search service, and surface the web part on a page that I use with managed navigation (thus the search is context specific to the navigation link selected in the menus). The webpart is not refreshing on the transitions. Oddly if you select the same managed navigation menu link twice, it refreshes...otherwise a manual refresh is needed. I'm exploring ways to try to force a refresh/reload of the page via HTML/Javascript and suspect I'll need to tweak the master page.