Error qeta post version bump #407
Unanswered
FullStackRanger
asked this question in
Q&A
Replies: 1 comment
|
Can you figure out the exact spot in JavaScript that this happens at with devtools? Yes, it's minified and obfuscated, but it could probably help. Also, did you check the network tab for requests? Are they failing? And which version are you using? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We are currently integrating this plugin into our Backstage instance, but we're hitting a frontend crash that we're having trouble tracking down. The backend application logs are completely clean with no obvious failures, but the UI throws an error and fails to render.
Given the trace, it looks like a React component is trying to map or read the .length of an undefined array or string, likely because an API payload or configuration property is missing
TypeError: Cannot read properties of undefined (reading 'length')
at xK (https://[REDACTED]/static/4186.f2b8a472.chunk.js:1:601618)
at ad (https://[REDACTED]/static/module-react-dom.e30dc02c.js:1:58462)
at ud (https://[REDACTED]/static/module-react-dom.e30dc02c.js:1:72757)
at i (https://[REDACTED]/static/module-react-dom.e30dc02c.js:1:120217)
at oD (https://[REDACTED]/static/module-react-dom.e30dc02c.js:1:98999)
at oR (https://[REDACTED]/static/module-react-dom.e30dc02c.js:1:98869)
at ox (https://[REDACTED]/static/module-react-dom.e30dc02c.js:1:95640)
at oS (https://[REDACTED]/static/module-react-dom.e30dc02c.js:1:94195)
at S (https://[REDACTED]/static/vendor.7b80fb35.js:1:459457)
at MessagePort.T (https://[REDACTED]/static/vendor.7b80fb35.js:1:459978)
Assuming since we have a custom prefix on the db with our own custom modifications the issue is that the db is not correctly referenced, but seeing if anyone ran into this type of error.
All reactions