FileExplorer
FileExplorer copied to clipboard
[NoErrorObjectAvailable] Script error.
We have got script error on production (new sandboxes too).
Even there are any files/folders (clean sandbox).
I need help getting rid of this error message. Has this issue been resolved?
I cloned this repo and deployed the source code into a sandbox and found the error. In qsydFileExplorer.js, line 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.
Do You see some date for new release with this fix ?
Hi @GlynAndersonSlalom did this worked for you. I'm still facing an error pop up with the component script error, Can you please help me out in resolving this
Hi @GlynAndersonSlalom did this worked for you. I'm still facing an error pop up with the component script error, Can you please help me out in resolving this
@Madhuri3011 The code change I describe in my comment did work for me. It was the only change I found to be necessary.
Hey, I am also facing the same issue. Was anyone able to resolve it? Please let me know
Hey, I am also facing the same issue. Was anyone able to resolve it? Please let me know
Please see my post above from Dec 27, 2023. It describes the required code change.