codesandbox-client
codesandbox-client copied to clipboard
react
💥 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
Hello @forever520cy ,
Are you using any adblockers that could be causing this?
这是来自QQ邮箱的,自动回复邮件。 你好,消息已收到,辛苦了!
Hey @forever520cy,
Looks like a cross-origin security issue. Try these:
Disable ad blockers or extensions. Check console errors (F12 → Console). Test in Incognito mode. Try a different browser. If the issue persists, share a minimal sandbox link to debug further.