codesandbox / codesandbox/codesandbox-client
react
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 | 134.0.0 | OS X 10.15.7 | be57601fa |
Route:
https://codesandbox.io/signup/bFE9oE2r7JIMtvhQnNajwhDmEpJPYHopmXR7Z2pe1Wg
Error Code:
e00911506d85451cb71dc71ad453b5c5
Error Message
SecurityError: Failed to read a named property 'origin' from 'Location': Blocked a frame with origin "https://codesandbox.io" from accessing a cross-origin frame.
SecurityError: Failed to read a named property 'origin' from 'Location': Blocked a frame with origin "https://codesandbox.io" from accessing a cross-origin frame.
at hu (https://codesandbox.io/static/js/common.56083ff0a.chunk.js:1:387946)
at Os (https://codesandbox.io/static/js/common.56083ff0a.chunk.js:1:412672)
at https://codesandbox.io/static/js/common.56083ff0a.chunk.js:1:430880
at qo (https://codesandbox.io/static/js/common.56083ff0a.chunk.js:1:355607)
at ws (https://codesandbox.io/static/js/common.56083ff0a.chunk.js:1:412435)
at https://codesandbox.io/static/js/common.56083ff0a.chunk.js:1:412346
at F (https://codesandbox.io/static/js/common.56083ff0a.chunk.js:1:430262)
at MessagePort.<anonymous> (https://codesandbox.io/static/js/common.56083ff0a.chunk.js:1:429006)
in u
in Unknown
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 opening the linked CodeSandbox signup route in Chrome and confirming the reported cross-origin SecurityError involving Location.origin. The report names no source files or tests, so trace the minified stack in the browser and identify the responsible code path; done means the signup route no longer crashes in the reported environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100