codesandbox / codesandbox/codesandbox-client
Crash importing repo
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?
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 | 127.0.0 | OS X 10.15.7 | 84311d68c |
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.
Error: Failed to read a named property 'origin' from 'Location': Blocked a frame with origin "https://codesandbox.io" from accessing a cross-origin frame.
at new m (https://codesandbox.io/static/js/page-sign-in.e22241a32.chunk.js:1:6797)
at Si (https://codesandbox.io/static/js/common.67289e494.chunk.js:1:1957295)
at Ys (https://codesandbox.io/static/js/common.67289e494.chunk.js:1:1974093)
at xa (https://codesandbox.io/static/js/common.67289e494.chunk.js:1:2011893)
at ml (https://codesandbox.io/static/js/common.67289e494.chunk.js:1:1996242)
at hl (https://codesandbox.io/static/js/common.67289e494.chunk.js:1:1996167)
at il (https://codesandbox.io/static/js/common.67289e494.chunk.js:1:1993515)
at https://codesandbox.io/static/js/common.67289e494.chunk.js:1:1951957
at t.unstable_runWithPriority (https://codesandbox.io/static/js/common.67289e494.chunk.js:1:2026939)
at qo (https://codesandbox.io/static/js/common.67289e494.chunk.js:1:1951666)
in m
in Unknown
in t
in t
in div
in elements__Content
in De
in withRouter(De)
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 at the /signin/github entry point and reproduce the crash in Chrome 127 on OS X 10.15.7. Inspect page-sign-in.e22241a32.chunk.js and common.67289e494.chunk.js around the reported stack locations; done means importing a repository no longer triggers the cross-origin Location SecurityError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100