codesandbox / codesandbox/codesandbox-client
Error
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 | 128.0.0 | Windows 10 | 94e799408 |
Route:
https://codesandbox.io/create-workspace?workspace=3fe4eee7-9aad-4e7c-adbc-aadfd8d4cebd
Error Code:
ea6099ce787f4c4691f8485bad5e3047
Error Message
NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
Error: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
at yu (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:389552)
at bs (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:409187)
at https://codesandbox.io/static/js/common.85d204171.chunk.js:1:430880
at qo (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:355607)
at ys (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:407293)
at is (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:397655)
at https://codesandbox.io/static/js/common.85d204171.chunk.js:1:355898
at https://codesandbox.io/static/js/common.85d204171.chunk.js:1:430880
at qo (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:355607)
at Go (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:355843)
at Yo (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:355778)
at es (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:394245)
at xa (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:373154)
at e (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:99478)
at https://codesandbox.io/static/js/common.85d204171.chunk.js:1:102622
at Array.forEach (<anonymous>)
at Y (https://codesandbox.io/static/js/common.85d204171.chunk.js:1:102594)
at https://codesandbox.io/static/js/common.85d204171.chunk.js:1:98085
in f
in Unknown
in span
in Styled(styled.div)
in $s
in li
in Styled(styled.div)
in ul
in Plans___StyledStack4
in div
in Plans___StyledStack3
in Zs
in div
in Plans___StyledStyledCard
in div
in Styled(styled.div)
in div
in Plans___StyledHorizontalScroller
in div
in Styled(styled.div)
in div
in Plans___StyledStack
in div
in Plans___StyledAnimatedStep
in plans
in div
in Layout___StyledStack3
in div
in Layout___StyledStack2
in div
in Layout___StyledStack
in De
in Unknown
in Pc
in Ad
in Bd
in t
in t
in div
in elements__Content
in Ne
in withRouter(Ne)
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 at the reported /create-workspace route in Chrome 128 on Windows 10, using error code ea6099ce787f4c4691f8485bad5e3047. Trace the React component stack through Plans and Layout and identify why insertBefore receives a node that is no longer a child; done means the workspace route loads without this crash and the scenario is covered by a verified reproduction or regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100