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/dashboard/home?workspace=1354a281-62f0-4b30-9964-412084db27ed
Error Code:
8d9881bb504145209629dde261883fbe
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?_sw-precache=59e3e9d02707c48b55689dfd989a268b:79:354323
at Array.map (<anonymous>)
at https://codesandbox.io/static/js/app.d090ebba7.js?_sw-precache=59e3e9d02707c48b55689dfd989a268b:79:353974
at Array.map (<anonymous>)
at $e (https://codesandbox.io/static/js/app.d090ebba7.js?_sw-precache=59e3e9d02707c48b55689dfd989a268b: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 se (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1842803)
at Sn (https://codesandbox.io/static/js/common.9517b6661.chunk.js:1:1757221)
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 on the dashboard route shown in the report and inspect the minified stack entry for getSandboxName in defaultappembed.f7fb0cb3e.chunk.js. Use error code 8d9881bb504145209629dde261883fbe to correlate the failure, then verify that the dashboard no longer crashes when the reported null value is encountered.
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
- 18/100