FileExplorer icon indicating copy to clipboard operation
FileExplorer copied to clipboard

endless spinner in digital experience

Open alexanderthurn opened this issue 3 years ago • 2 comments

Hi, we have the problem that the file explorer spinner does not disappear (sometimes) in our salesforce digital experience community.

i figured out that if i put a breakpoint in the first line of "renderedCallback" in qsycdFileExplorerTree.js it renders later and thus it somehow always works so i guess it is a timing issue or something.

hint: if i remove the spinner manually or by js code the component works well so i can access all files and stuff and it fully works.

alexanderthurn avatar Jul 05 '22 18:07 alexanderthurn

Thanks @alexanderthurn

Does it happen every single time?

We have tested in a few Exp Sites internally (Using latest Chrome) and the spinner hides successfully..

ta Paul

paull10au avatar Aug 16 '22 10:08 paull10au

Hi Paul. Thanks for your reply. It does not happen everytime. Our idea is that because our loading times fluctuate it loads too slow/fast or something in some cases. One user reported that he has no isses with chrome icognito (at least when he opens a fresh chrome icognito window) AND in generel no issues with firefox and edge so he assumes that it has to do with caching... Maybe there is something asynchronoes going on and the first load takes longer (e.g. to load the base js files or whatever) and therefore an important request starts at the right time?

Our temporary solution:

With kind regards Alex

alexanderthurn avatar Aug 18 '22 15:08 alexanderthurn