codesandbox / codesandbox/codesandbox-client
💥 Crash Report
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 | 93.0.4577 | OS X 10.15.7 | 6c36dcd09 |
Route:
https://codesandbox.io/s/nostalgic-brahmagupta-47cm2
Error Code:
aae32d837e27455e9f38632ed4bc8670
Error Message
TypeError: Cannot destructure property 'alias' of 'object null' as it is null.
TypeError: Cannot destructure property 'alias' of 'object null' as it is null.
at t.getSandboxName (https://codesandbox.io/static/js/default~app~embed.f7fb0cb3e.chunk.js:378:343)
at https://codesandbox.io/static/js/app.d090ebba7.js:79:354323
at Array.map (<anonymous>)
at https://codesandbox.io/static/js/app.d090ebba7.js:79:353974
at Array.map (<anonymous>)
at $e (https://codesandbox.io/static/js/app.d090ebba7.js:79:353710)
at ua (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1787440)
at xs (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1832703)
at ml (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1818279)
at hl (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1818204)
at il (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1815532)
at https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1773715
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1849051)
at qo (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1773424)
at Xo (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1773660)
at Yo (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1773595)
at el (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1812318)
at Sa (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1791113)
at https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1018251
at e.callback (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1153100)
at m.flush (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1155987)
at p.flush (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1152154)
at Object.cb (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1025214)
at e.emit (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:426117)
at https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1029136
at Proxy.<anonymous> (https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1027650)
at Xt (https://codesandbox.io/static/js/app.d090ebba7.js:266:643198)
at https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1029086
at https://codesandbox.io/static/js/vendors~app.cd182632a.chunk.js:1:1027650
at run (https://codesandbox.io/static/js/app.d090ebba7.js:266:529398)
at i.run (https://codesandbox.io/public/vscode31/vs/editor/codesandbox.editor.main.js:1:4187746)
at https://codesandbox.io/public/vscode31/vs/editor/codesandbox.editor.main.js:1:2552383
in $e
in t
in Ye
in Je
in div
in span
in styled.span
in span
in styled.span
in div
in n
in Styled(n)
in Unknown
in st
in div
in ForwardRef(p)
in ForwardRef(p)
in elements__TabContent
in div
in elements__Container
in De
in Unknown
in er
in div
in div
in div
in div
in t
in t
in Modal___StyledModal
in n
in De
in Unknown
in Y
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 reproducing the crash with the linked sandbox route and inspect the getSandboxName stack entry in the application bundle. Use error code aae32d837e27455e9f38632ed4bc8670 to trace the failure; done means the same sandbox no longer crashes when getSandboxName receives the reported null value.
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
- 20/100