CORS headers on iframe #500
-
I am using sandpack in a dekstop application. I have enabled How do enable this with sandpack? do I have to host the bundler myself? here's the full network error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you'd have to host the bundler yourself, or proxy the requests to the bundler. We can maybe enable the |
Beta Was this translation helpful? Give feedback.
I think you'd have to host the bundler yourself, or proxy the requests to the bundler.
We can maybe enable the
Cross-Origin-Embedder-Policy: require-corp
header on our servers but I think that might also affect the code that is actually running inside the iframe as well so I'm not sure if we should enable it.