Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NoErrorObjectAvailable] Script error. #32

Open
jivic opened this issue Oct 31, 2023 · 7 comments
Open

[NoErrorObjectAvailable] Script error. #32

jivic opened this issue Oct 31, 2023 · 7 comments

Comments

@jivic
Copy link

jivic commented Oct 31, 2023

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

@UnnisaMehr26
Copy link

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

@GlynAndersonSlalom
Copy link

GlynAndersonSlalom commented Dec 28, 2023

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.

@jivic
Copy link
Author

jivic commented Mar 19, 2024

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

@Madhuri3011
Copy link

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

@GlynAndersonSlalom
Copy link

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.

@prithvi-cbyz
Copy link

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

@GlynAndersonSlalom
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants