pnp / sp-dev-solutions

Repository for SharePoint development reusable solutions
Other
500 stars 442 forks source link

Hub Links Web Part loading issue #46

Open diver7 opened 6 years ago

diver7 commented 6 years ago

Category

Expected or Desired Behavior

Web part loads every time a page is loaded

Observed Behavior

Web Part intermittently gets stuck in the pre-load when a modern page is rendered in SPO. image

Steps to Reproduce

This has happened when adding the web part to a modern page. Sometimes I can get the web part added to the page and configured but then it also happens later when visiting the page.

I have not been able to identify any errors for this. If anyone knows of a way to troubleshoot this I would be happy to try that on my site. Based on the intermittent basis of this issue it may be hard to reproduce on other tenants.

diver7 commented 5 years ago

Discovered something today. I was having the issue in Firefox so I tried clearing the cache. After clearing the cache the web part starting working again. Does anyone have any ideas as to why the browser cache would make the web part hang?

jdonajkowski commented 5 years ago

I am seeing this same issues and clearing the cache does not fix it for me. I will continue to debug on my own but any ideas or insights would be most welcome.

Thanks

diver7 commented 5 years ago

I am seeing this same issues and clearing the cache does not fix it for me. I will continue to debug on my own but any ideas or insights would be most welcome.

Thanks

@jdonajkowski - I am still having the issue. Clearing the cache only fixes it sometimes.

jdonajkowski commented 5 years ago

I am seeing this same issues and clearing the cache does not fix it for me. I will continue to debug on my own but any ideas or insights would be most welcome. Thanks

@jdonajkowski - I am still having the issue. Clearing the cache only fixes it sometimes.

@diver7 Check out my fork of this code and see if the changes I made updating it to SPFX 1.7.1 and React 16.3.2 help you too. It seems to have helped on my tenant. jdonajkowski/sp-dev-solutions

diver7 commented 5 years ago

I am seeing this same issues and clearing the cache does not fix it for me. I will continue to debug on my own but any ideas or insights would be most welcome. Thanks

@jdonajkowski - I am still having the issue. Clearing the cache only fixes it sometimes.

@diver7 Check out my fork of this code and see if the changes I made updating it to SPFX 1.7.1 and React 16.3.2 help you too. It seems to have helped on my tenant. jdonajkowski/sp-dev-solutions

@jdonajkowski - I tried your fork. It worked on my dev SP tenant but still had the issue on our main SP tenant. Not sure what the difference would be.