codesandbox / codesandbox/codesandbox-client
crash
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 | 91.0.4472 | OS X 10.15.7 | 181c89e69 |
Route:
https://codesandbox.io/s/confident-hypatia-jje04
Error Code:
51ad55bb7a924ec98cf3345d4592058e
Error Message
TypeError: Cannot read property 'authorization' of undefined
TypeError: Cannot read property 'authorization' of undefined
at a.cb (https://codesandbox.io/static/js/app.c971fc8d7.js:266:993341)
at a.runScope (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1045994)
at a.evaluate (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1046434)
at Object.onGetFunction (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1035989)
at Object.get (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1159783)
at Sa (https://codesandbox.io/static/js/app.c971fc8d7.js:266:1149262)
at ua (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1781090)
at Ka (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1789355)
at xs (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1827543)
at ml (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1811929)
at hl (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1811854)
at il (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1809182)
at https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1767365
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1842701)
at qo (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1767074)
at Xo (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1767310)
at Yo (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1767245)
at el (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1805968)
at Sa (https://codesandbox.io/static/js/common.06f11edc9.chunk.js:1:1784763)
at https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1027891
at e.callback (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1162740)
at m.flush (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1165627)
at p.flush (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1161794)
at Object.cb (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1034854)
at e.emit (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:432467)
at https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1038776
at Proxy.<anonymous> (https://codesandbox.io/static/js/vendors~app.8f9208699.chunk.js:1:1037290)
at https://codesandbox.io/static/js/app.c971fc8d7.js:266:634935
at c (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:3629)
at Generator._invoke (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:3382)
at Generator.forEach.t.<computed> [as next] (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:3986)
at r (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:206)
at u (https://codesandbox.io/static/js/vendors~app~embed~sandbox~sandbox-startup.bcc15d438.chunk.js:1:417)
in Sa
in header
in Header___StyledStack
in Qo
in De
in Unknown
in div
in elements__Container
in De
in vC
in Unknown
in Unknown
in t
in t
in div
in elements__Content
in n
in withRouter(n)
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 opening the supplied CodeSandbox route in the reported Chrome and OS X environment and checking whether error code 51ad55bb7a924ec98cf3345d4592058e still reproduces. Use the generated app.c971fc8d7.js and common.06f11edc9.chunk.js traces, including the Header component stack, to identify the failing path; done means the crash is reproducible, fixed, and no longer occurs in that sandbox.
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
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100