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

Apps crashes for odd reason (can't find parameter creator) #6840

Closed
drewstone opened this issue Jan 18, 2022 · 4 comments · Fixed by #6847
Closed

Apps crashes for odd reason (can't find parameter creator) #6840

drewstone opened this issue Jan 18, 2022 · 4 comments · Fixed by #6847
Labels

Comments

@drewstone
Copy link
Contributor

We have built some pallets and are trying to simply check data of certain storage methods or even pallet contents. When we go to some specific pallets or methods, the Apps UI crashes:

Uncaught error. Something went wrong with the query and rendering of this component. Please supply all the details below when logging an issue, it may help in tracing the cause.

Cannot read properties of undefined (reading 'creator')

TypeError: Cannot read properties of undefined (reading 'creator')
at https://polkadot.js.org/apps/main.6d198cdd.js:19:721497
at https://polkadot.js.org/apps/main.6d198cdd.js:19:721959
at https://polkadot.js.org/apps/main.6d198cdd.js:19:23140
at https://polkadot.js.org/apps/main.6d198cdd.js:2:13268299
at https://polkadot.js.org/apps/main.6d198cdd.js:2:13268343
at Il (https://polkadot.js.org/apps/react.01.48024d32.js:2:360833)
at t.unstable_runWithPriority (https://polkadot.js.org/apps/other.01.1362c26b.js:2:144977)
at $o (https://polkadot.js.org/apps/react.01.48024d32.js:2:301517)
at Tl (https://polkadot.js.org/apps/react.01.48024d32.js:2:360296)
at ml (https://polkadot.js.org/apps/react.01.48024d32.js:2:351824)

The errors occur when clicking entire pallets:
image

Or when we click certain methods:
image

Is there any idea how to resolve these issues int the pallet?

@jacogr
Copy link
Member

jacogr commented Jan 18, 2022

That does seem like an issue with something not being handled correctly. Do you have a public URL to check against? (It is the only way to step through)

@drewstone
Copy link
Contributor Author

@jacogr
Copy link
Member

jacogr commented Jan 18, 2022

Thank you.

@polkadot-js-bot
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Jan 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants