Error connecting to local docker compose deployed instance
alexandru-g opened this issue · 1 comments
alexandru-g commented
Describe the bug (must be provided)
Running v3.10.0 Nebula Studio, trying to connect to newly v3.0.1 deployed via docker compose, getting the following error:
Error: Parse Error: Expected HTTP/
Your Environments (must be provided)
- OS: Linux
- Node-version: v18.19.1
- Studio-version: v3.10.0
How To Reproduce(must be provided)
Steps to reproduce the behavior:
- Git clone NebulaGraph docker compose repo (default v3.0.1)
- Run the setup for NebulaGraph (confirmed working via ngql)
- Run Nebula Studio v3.10.0 and try to connect
Expected behavior
It connects.
Additional context
43:59 PM [vite] http proxy error at /api-nebula/db/connect:
Error: Parse Error: Expected HTTP/
at Socket.socketOnData (node:_http_client:541:22)
at Socket.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:368:12)
at readableAddChunk (node:internal/streams/readable:341:9)
at Readable.push (node:internal/streams/readable:278:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
alexandru-g commented
Upgraded NebulaGraph to v3.8.0 and getting the same error.