Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Everything loads but "l" type json #1524

Open
1 task done
gregpalaci opened this issue Oct 8, 2024 · 0 comments
Open
1 task done

Everything loads but "l" type json #1524

gregpalaci opened this issue Oct 8, 2024 · 0 comments

Comments

@gregpalaci
Copy link

Describe the bug

Screenshot 2024-10-08 at 8 33 27 pm

CSP
"csp": { "default-src": "* data: mediastream: blob: filesystem: about: ws: wss: 'unsafe-eval' 'wasm-unsafe-eval' 'unsafe-inline';", "script-src": "* data: blob: 'unsafe-inline' 'unsafe-eval';", "script-src-elem": "* data: blob: 'unsafe-inline' 'unsafe-eval';", "connect-src": "* data: blob: 'unsafe-inline';", "img-src": "* data: blob: 'unsafe-inline';", "media-src": "* data: blob: 'unsafe-inline';", "frame-src": "* data: blob: ;", "style-src": "* data: blob: 'unsafe-inline';", "font-src": "* data: blob: 'unsafe-inline';", "frame-ancestors": " * data: blob:;" } }

and headers set
"Cross-Origin-Embedder-Policy": "require-corp",
"Cross-Origin-Opener-Policy": "same-origin"

Link to the blitz that caused the error

https://stackblitz.com/edit/stackblitz-webcontainer-api-starter-kevdub?file=README.md

Steps to reproduce

copy the code locally and run it

Expected behavior

it load

Parity with Local

Screenshots

Screenshot 2024-10-08 at 8 33 27 pm

Platform

  • OS: [e.g. macOS, Windows, Linux]
  • Browser: [e.g. Chrome, Safari, Firefox]
  • Version: [e.g. 91.1]
    macos sequia m1

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant