codesandbox / codesandbox/codesandbox-client
crashed
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 | 117.0.0 | Windows 10 | 77cb2e29d |
Route:
https://codesandbox.io/dashboard/repositories?workspace=c97daaa2-a695-451e-bf19-5a02d5a4fe3a
Error Code:
adacb85223984ff7aa9f73862249e66d
Error Message
Error: Bad arguments: First argument should be a string, second should be an array of strings
Error: Bad arguments: First argument should be a string, second should be an array of strings
at findBestMatch (https://codesandbox.io/static/js/vendors~app.c2c726096.chunk.js?_sw-precache=9d3ab5456d24ba30513c504d08ea707b:1:1828211)
at i (https://codesandbox.io/static/js/app.318456f8b.js?_sw-precache=f07e7fe2fcec3bbc947a7d0f0a9cc61f:9:2144114)
at https://codesandbox.io/static/js/app.318456f8b.js?_sw-precache=f07e7fe2fcec3bbc947a7d0f0a9cc61f:9:397336
at ps (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1880495)
at Cl (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1905221)
at https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1923429
at qo (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1848156)
at wl (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1904984)
at il (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1889928)
at https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1848447
at https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1923429
at qo (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1848156)
at $o (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1848392)
at Yo (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1848327)
at Cl (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1905331)
at https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1923429
at qo (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1848156)
at wl (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1904984)
at https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1904895
at z (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1922811)
at MessagePort.<anonymous> (https://codesandbox.io/static/js/common.f23b78c59.chunk.js?_sw-precache=f8287e5d6a7e5dbf3d3fab413f329c91:1:1921555)
in Xt
in div
in elements__ModalContent
in div
in elements__ModalBody
in div
in elements__Container
in Ie
in Unknown
in On
in div
in div
in div
in div
in t
in t
in Modal___StyledModal
in n
in Ie
in Unknown
in J
in n
in withRouter(n)
in div
in elements__Container
in Unknown
in withRouter()
in t
in Unknown
in Ie
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 repositories route in Chrome 117 on Windows 10 and use error code adacb85223984ff7aa9f73862249e66d to trace the report. Inspect the findBestMatch entry in the bundled application and determine which dashboard action triggers the bad arguments error. Done means the route no longer crashes and the reported error is covered by a reproducible verification.
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