codesandbox / codesandbox/codesandbox-client
Can't create account using github log in
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 | 93.0.4577 | Windows 10 | e3e648b3b |
Route:
https://codesandbox.io/signup/4d581501-de26-47a5-8db9-8c79717c7aa0
Error Code:
de8c9c2298964c0c88734a4f87c5c0e9
Error Message
SecurityError: Blocked a frame with origin "https://codesandbox.io" from accessing a cross-origin frame.
Error: Blocked a frame with origin "https://codesandbox.io" from accessing a cross-origin frame.
at https://codesandbox.io/static/js/page-signup.e78e73ce0.chunk.js:1:563
at ps (https://codesandbox.io/static/js/common.9517b6661.chunk.js?_sw-precache=87f4030e32e358792d32fc24f42eb6bf:1:1805980)
at Cl (https://codesandbox.io/static/js/common.9517b6661.chunk.js?_sw-precache=87f4030e32e358792d32fc24f42eb6bf:1:1830793)
at https://codesandbox.io/static/js/common.9517b6661.chunk.js?_sw-precache=87f4030e32e358792d32fc24f42eb6bf:1:1849051
at qo (https://codesandbox.io/static/js/common.9517b6661.chunk.js?_sw-precache=87f4030e32e358792d32fc24f42eb6bf:1:1773424)
at wl (https://codesandbox.io/static/js/common.9517b6661.chunk.js?_sw-precache=87f4030e32e358792d32fc24f42eb6bf:1:1830554)
at https://codesandbox.io/static/js/common.9517b6661.chunk.js?_sw-precache=87f4030e32e358792d32fc24f42eb6bf:1:1830465
at z (https://codesandbox.io/static/js/common.9517b6661.chunk.js?_sw-precache=87f4030e32e358792d32fc24f42eb6bf:1:1848432)
at MessagePort.<anonymous> (https://codesandbox.io/static/js/common.9517b6661.chunk.js?_sw-precache=87f4030e32e358792d32fc24f42eb6bf:1:1847176)
in d
in r
in t
in t
in div
in elements__Content
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 failure at the /signup route in Chrome 93 on Windows 10, using the reported cross-origin SecurityError and error code as references. Inspect the signup entry point associated with page-signup.e78e73ce0.chunk.js; done means signing up with GitHub completes without the reported crash.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- 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