codesandbox / codesandbox/codesandbox-client
Sign in with github crashed
Open
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?
I was just forking a repo on csb and for that i tried to logged in with github and suddenly it crashed.
Link to sandbox: [link]() (optional)
Crash Details
Environment
| Browser | Version | Operating System | CodeSandbox Version |
|---|---|---|---|
| chrome | 113.0.0 | Windows 11 | eb971be08 |
Route:
https://codesandbox.io/s/keeper-app-part-1-completed-oplw1?fontsize=14
Error Code:
bf3123929f8244c196547df3379a3d40
Error Message
TypeError: Cannot read properties of null (reading 'split')
TypeError: Cannot read properties of null (reading 'split')
at B (https://codesandbox.io/static/js/app.b6be8d849.js:9:2025229)
at ua (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1798958)
at xs (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1844221)
at ml (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1829797)
at hl (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1829722)
at il (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1827050)
at https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1785233
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1860569)
at qo (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1784942)
at Xo (https://codesandbox.io/static/js/common.8b1ec1d2a.chunk.js:1:1785178)
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 fi
in hi
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 and inspect the SignInModal component named in the stack trace. Trace the TypeError where a null value is passed to split in the bundled app, then verify that signing in no longer crashes and that the forking flow continues.
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
- 25/100