codesandbox / codesandbox/codesandbox-client

Unable to create new sandbox

Open
#6,371 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

💥 Crash Report
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 96.0.4664 OS X 10.15.7 01fa7d1ae

Route:
https://codesandbox.io/dashboard/home?workspace=75ed703d-86d6-45ba-820f-c2b6366396c2

Error Code:
0fc9624eb2b244f4ba2f325888afc868

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.ae514c7cf.chunk.js:378:343)
  at https://codesandbox.io/static/js/app.b7ed96e24.js:79:376983
  at Array.map (<anonymous>)
  at https://codesandbox.io/static/js/app.b7ed96e24.js:79:376634
  at Array.map (<anonymous>)
  at $e (https://codesandbox.io/static/js/app.b7ed96e24.js:79:376370)
  at ua (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1789537)
  at xs (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1834800)
  at ml (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1820376)
  at hl (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1820301)
  at il (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1817629)
  at https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1775812
  at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1851148)
  at qo (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1775521)
  at Xo (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1775757)
  at Yo (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1775692)
  at se (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1844900)
  at Sn (https://codesandbox.io/static/js/common.f54fc30db.chunk.js:1:1759318)

  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 Vn
  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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the dashboard route shown in the report and trace the getSandboxName entry point associated with the minified stack. Reproduce creating a sandbox in Chrome 96 on the reported environment, then identify why a null value reaches that call. Done means creating a new sandbox no longer crashes.

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
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.