codesandbox / codesandbox/codesandbox-client
srhost1
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 2.4k
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 2
Description
💥 Crash Report
What were you trying to accomplish when the crash occurred?
Please use this issue template to describe what you were doing when you encountered this crash. While we are able to fill in some details automatically, it's not always enough to reproduce!
Link to sandbox: [link]() (optional)
Crash Details
Environment
| Browser | Version | Operating System | CodeSandbox Version |
|---|---|---|---|
| chrome | 149.0.0 | Linux x86_64 | a20290d71 |
Route:
https://codesandbox.io/dashboard/recent?workspace=ws_8Aq8HKoCrKSqgVQTve4dgo
Error Code:
300ec55b01c84f149c9ab44ede796a5b
Error Message
TypeError: Cannot read properties of undefined (reading 'authorization')
TypeError: Cannot read properties of undefined (reading 'authorization')
at a.cb (https://codesandbox.io/static/js/app.dcea8819a.js:1:925881)
at a.runScope (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:992864)
at a.evaluate (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:993303)
at Object.onGetFunction (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:982860)
at Object.get (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:1024537)
at https://codesandbox.io/static/js/app.dcea8819a.js:1:619948
at la (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:361203)
at Ka (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:369425)
at qa (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:369244)
at ku (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:409741)
at vs (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:391889)
at ps (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:391814)
at is (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:389162)
at https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:347604
at https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:422586
at qo (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:347313)
at Go (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:347549)
at Yo (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:347484)
at es (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:385951)
at xa (https://codesandbox.io/static/js/common.91fe3179f.chunk.js:1:364860)
at https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:975050
at https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:1027493
at m.flush (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:1030164)
at p.flush (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:1026547)
at Object.cb (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:981725)
at e.emit (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:364072)
at https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:985647
at Proxy.<anonymous> (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:984161)
at https://codesandbox.io/static/js/app.dcea8819a.js:1:785153
at Generator.next (<anonymous>)
at r (https://codesandbox.io/static/js/common-sandbox.9e074986a.chunk.js:1:606)
at a (https://codesandbox.io/static/js/common-sandbox.9e074986a.chunk.js:1:817)
at https://codesandbox.io/static/js/common-sandbox.9e074986a.chunk.js:1:876
at new Promise (<anonymous>)
at https://codesandbox.io/static/js/common-sandbox.9e074986a.chunk.js:1:757
at https://codesandbox.io/static/js/app.dcea8819a.js:1:785534
at https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:985597
at Proxy.<anonymous> (https://codesandbox.io/static/js/vendors~app.4bc2d0a33.chunk.js:1:984161)
at https://codesandbox.io/static/js/app.dcea8819a.js:1:783922
at Generator.next (<anonymous>)
at r (https://codesandbox.io/static/js/common-sandbox.9e074986a.chunk.js:1:606)
at a (https://codesandbox.io/static/js/common-sandbox.9e074986a.chunk.js:1:817)
in Unknown
in div
in Dashboard___StyledStack
in Unknown
in De
in Unknown
in Eh
in t
in t
in div
in elements__Content
in De
in withRouter(De)
in div
in elements__Container
in Unknown
in withRouter()
in t
in Unknown
in De
in c
in t
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the crash on the dashboard/recent route using the provided Chrome/Linux environment and Error Code 300ec55b01c84f149c9ab44ede796a5b. Trace the minified app and vendor stack to the source responsible for reading "authorization"; done means the route no longer crashes in the reported scenario and the failure is covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100