-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Failed to execute 'postMessage' on 'Worker': SharedArrayBuffer transfer requires self.crossOriginIsolated. #1002
Comments
not much idea on webcontainer on hosted version, it needs some extra configuration for shared array buffer and coep |
i have same problem Failed to spawn bolt shell Failed to execute 'postMessage' on 'Worker': SharedArrayBuffer transfer requires self.crossOriginIsolated. |
This error usually happens if you are serving from http or in some other cross domain cases. Conditions for SharedArrayBuffer to Work: I can see that you are hosting it from http://172.22.0.2:5173/chat/fastapi-token-auth which is http So I would look in that direction to fix. I host it from cloudflare behind https so it works. |
Create a túnel from cloudfare to your host if using Linux and it works |
Likely because both are now using HTTPS/TLS and Cloudflare has a cert applied. |
Describe the bug
i have a problem in docker, any idea?
Failed to execute 'postMessage' on 'Worker': SharedArrayBuffer transfer requires self.crossOriginIsolated.
Link to the Bolt URL that caused the error
http://172.22.0.2:5173/chat/fastapi-token-auth
Steps to reproduce
this my promp:
hazme un api rest con fast Api que me permite levantar un servicicio con token, si solo me permita peticionar si el Token es OK, caso contrario rechazar las solicitudes
Expected behavior
only generate bug en docker
Screen Recording / Screenshot
No response
Platform
Provider Used
No response
Model Used
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: