codesandbox / codesandbox/codesandbox-client
Crashed while creating new account
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
Crashed while creating new account
I used google to get a link to get started with CodeSandBox and template for react / typescript.
This brought me here: link
From there I clicked the 'sign-in' button, then selected 'sign-in with Github', and logged in to my Github account to give the permissions. After that the crash occurred.
A second attempt brought me to a popup where I could enter my details (display name, profession etc) and I could continue without further problems.
Link to sandbox: [link](https://codesandbox.io/s/react-typescript-xlpsg) (optional)
Crash Details
Environment
| Browser | Version | Operating System | CodeSandbox Version |
|---|---|---|---|
| firefox | 114.0.0 | Ubuntu | 274c65922 |
Route:
https://codesandbox.io/s/react-typescript-xlpsg
Error Code:
048828161eb74a9a81d6a916867dfd8f
Error Message
TypeError: n.name is null
B@https://codesandbox.io/static/js/app.78bb7fa57.js:9:2069798
ua@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1789726
xs@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1834808
ml@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1820414
hl@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1820337
il@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1817685
../../node_modules/react-dom/cjs/react-dom.production.min.js/Xo/<@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1776127
../../node_modules/react-dom/node_modules/scheduler/cjs/scheduler.production.min.js/t.unstable_runWithPriority@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1851109
qo@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1775836
Xo@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1776074
Yo@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1776007
el@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1814474
Sa@https://codesandbox.io/static/js/common.ab3c7e841.chunk.js:1:1793385
../../node_modules/overmind-react/es/index.js/</h/<@https://codesandbox.io/static/js/vendors~app.f0d671724.chunk.js:1:1055891
../../node_modules/proxy-state-tree/es/index.js/track/this.callback@https://codesandbox.io/static/js/vendors~app.f0d671724.chunk.js:1:1182807
flush@https://codesandbox.io/static/js/vendors~app.f0d671724.chunk.js:1:1185683
flush@https://codesandbox.io/static/js/vendors~app.f0d671724.chunk.js:1:1181861
t@https://codesandbox.io/static/js/vendors~app.f0d671724.chunk.js:1:1062867
in B
in re
in div
in Styled(styled.div)
in div
in SignInModal___StyledElement
in div
in t
in div
in SignInModal___StyledStack
in div
in ForwardRef
in di
in pi
in De
in Unknown
in K
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 GitHub sign-in flow from the reported CodeSandbox route using Firefox on Ubuntu, then inspect the SignInModal entry shown in the stack trace and the TypeError n.name is null. Done means account creation completes without the crash on the first attempt.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, javascript, react
- Domain
- authentication, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100