Describe the bug
Description
When using @voltagent/server-elysia and connecting to VoltOps Console, the dashboard keeps spinning indefinitely and never loads.
Meanwhile, @voltagent/server-hono works correctly with the exact same project setup.
Steps To Reproduce
- Create a new VoltAgent project using
@voltagent/server-elysia
- Start the server with
npm run dev (using Node.js runtime)
- Open VoltOps Console
- Enter the server URL (e.g.,
http://localhost:3141) and attempt to connect
Expected behavior
Expected: Console displays agents and workflows immediately (as it does with @voltagent/server-hono)
Actual: Console shows a loading spinner that never completes
Packages
- Runtime: Node.js (not Bun)
- Server Package:
@voltagent/server-elysia
- Working Comparison:
@voltagent/server-hono works correctly
Additional Context
Observed Symptoms
- Infinite Loading Spinner - VoltOps Console stays in loading state indefinitely
- CORS Errors in Browser Console - Multiple CORS errors for
/agents, /workflows, /tools endpoints
- API Requests Timeout - Direct curl requests to the server don't respond
Describe the bug
Description
When using @voltagent/server-elysia and connecting to VoltOps Console, the dashboard keeps spinning indefinitely and never loads.
Meanwhile, @voltagent/server-hono works correctly with the exact same project setup.
Steps To Reproduce
@voltagent/server-elysianpm run dev(using Node.js runtime)http://localhost:3141) and attempt to connectExpected behavior
Expected: Console displays agents and workflows immediately (as it does with
@voltagent/server-hono)Actual: Console shows a loading spinner that never completes
Packages
@voltagent/server-elysia@voltagent/server-honoworks correctlyAdditional Context
Observed Symptoms
/agents,/workflows,/toolsendpoints