Skip to content

Everything loads but "l" type json  #1524

@jswhisperer

Description

@jswhisperer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions