-
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 spawn bolt shell #1157
Comments
At least my problem is not a server configuration issue at all. I found it to be a matter of browser configuration, which is very frustrating |
@taikai-zz how did u add the headers ? volume part ? |
Got the same issue as you @taikai-zz can you please share your solution please? |
I hope it can help everyone~ |
Describe the bug
Failed to spawn bolt shell
Worker.postMessage: The WebAssembly.Memory object cannot be serialized. The Cross-Origin-Opener-Policy and Cross-Origin-Embedder-Policy HTTP headers can be used to enable this.
Link to the Bolt URL that caused the error
.
Steps to reproduce
1、bolt.diy 0.0.6
2、Dockfile OLLAMA_API_BASE_URL=http://open-webui-ollama.open-webui.svc.cluster.local:11434
3、docker build . --target bolt-ai-development
4、k8s
apiVersion: apps/v1
kind: Deployment
metadata:
name: bolt-ai-development
spec:
replicas: 1
selector:
matchLabels:
app: bolt-ai-development
template:
metadata:
labels:
app: bolt-ai-development
apiVersion: v1
kind: Service
metadata:
name: bolt-ai-development-service
spec:
type: ClusterIP
ports:
- port: 5173
targetPort: 5173
protocol: TCP
selector:
app: bolt-ai-development
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: bolt-ai-development
spec:
rules:
http:
paths:
pathType: Prefix
backend:
service:
name: bolt-ai-development-service
port:
number: 5173
ingressClassName: nginx
Expected behavior
.
Screen Recording / Screenshot
logs
Platform
Provider Used
No response
Model Used
Ollama
Additional context
No response
The text was updated successfully, but these errors were encountered: