FileExplorer icon indicating copy to clipboard operation
FileExplorer copied to clipboard

[NoErrorObjectAvailable] Script error.

Open jivic opened this issue 1 year ago • 5 comments

We have got script error on production (new sandboxes too). image Even there are any files/folders (clean sandbox).

jivic avatar Oct 31 '23 14:10 jivic

I need help getting rid of this error message. Has this issue been resolved?

UnnisaMehr26 avatar Dec 27 '23 14:12 UnnisaMehr26

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.

GlynAndersonSlalom avatar Dec 28 '23 04:12 GlynAndersonSlalom

Do You see some date for new release with this fix ?

jivic avatar Mar 19 '24 08:03 jivic

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 avatar Jun 27 '24 12:06 Madhuri3011

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.

GlynAndersonSlalom avatar Jul 01 '24 16:07 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

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.

GlynAndersonSlalom avatar Oct 11 '24 20:10 GlynAndersonSlalom