FileExplorer icon indicating copy to clipboard operation
FileExplorer copied to clipboard

Constant Error Pop-up

Open AkashAgni opened this issue 1 year ago • 6 comments

After the Winter '24 release in the sandbox orgs, we are receiving an error when trying to use or upload files onto the "Lightning File Explorer" installed package. This error is only happening on Sandboxes but not on our production org - I believe because the Winter '24 release has not happened on production yet.

We can technically close the error pop-up and proceed but it keeps popping up every time we try to do something (e.g. open the file explorer, select a file template, move files, etc). A screenshot of the error pop-up is attached.

renditionDownload

AkashAgni avatar Sep 05 '23 14:09 AkashAgni

We are also experiencing this issue. Any news on this?

cboman23 avatar Oct 16 '23 09:10 cboman23

We are also experiencing this issue. Any news on this?

UweStechert avatar Oct 17 '23 17:10 UweStechert

I am also receiving an error on File Explorer, but only on one specific record so far: File Explorer Error

rjt4564 avatar Oct 24 '23 04:10 rjt4564

Update on my issue: Somehow I ended up with files with one linked entity id looking up folders with a different linked entity id. Cleaning up that data fixed my issue!

rjt4564 avatar Oct 25 '23 03:10 rjt4564

Same issue. It has a weird behaviour as in some orgs works and some others (same type) doesn't.

albertogugliotta avatar Oct 26 '23 08:10 albertogugliotta

I cloned this repo and deployed the source code into a sandbox and found the error. In qsydFileExplorer.js, lines 98 should be changed from this: this.addEventListener(CONSTANTS.CUSTOM_DOM_EVENT_TYPES.DATA_LOADED,this.handleDataLoaded); to this: this.addEventListener(CONSTANTS.CUSTOM_DOM_EVENT_TYPES.DATA_LOADED,this.handleDataLoaded.bind(this));

I will be deploying the unpackaged code and changing all references to the package, after which I will uninstall the package.

GlynAndersonSlalom avatar Dec 28 '23 04:12 GlynAndersonSlalom

Hey, I am also facing the same issue. Was anyone able to resolve it? Please let me know

prithvi-cbyz avatar Oct 11 '24 20:10 prithvi-cbyz