screenshot-to-code
screenshot-to-code copied to clipboard
WebSocket error code
"Your demonstration website has the same error, please take a look."
also docker-composer is the same error
Can you post screenshots of your docker logs?
i have same trouble like him
frontend:
build:
context: ./frontend
dockerfile: Dockerfile
environment:
VITE_WS_BACKEND_URL: ws://${YOUR SERVER IP}:7001
ports:
- "5173:5173"
add VITE_WS_BACKEND_URL
in docker-compose.yml can resolve this error
https://github.com/OthersideAI/self-operating-computer/issues/26#issuecomment-1835112643