-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Describe the bug
As a newby (red flag hahah) I am just trying to get the agent up and running but cannot access the UI after the server built and I get the "Startup successful! Go to the dashboard at http://localhost:3000"
Here's the error I get in the terminal :
Especially : agentName: "Eliza"
logLevel: "debug"
[2025-06-17 17:28:26] DEBUG: Handling plugin request in the plugin route handler
path: "/@vite/client"
method: "GET"
query: {}
[2025-06-17 17:28:26] DEBUG: No valid agentId in query. Trying global match for path: /@vite/client
[2025-06-17 17:28:26] DEBUG: No plugin route handled GET /@vite/client, passing to next middleware.
NotFoundError: Not Found
To Reproduce
Fresh install on WSL 2 on windows 11 using bun and the elizaos cli
- node 22.16.0
- bun 1.2.16
- elizaos 1.0.9
Follow the quickstart https://github.com/elizaOS/eliza
Put your openai key in the .ENV (or make sure it's there)
Run LOG_LEVEL=debug elizaos start
If that helps, I see no "public" or "static" folder which I usually find in a project that has a frontend
Expected behavior
I would expect to access the UI to chat with the agent
Screenshots
I get a white page with the following errors in the console :
:3000/@vite/client:1
Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
:3000/src/main.tsx:1
Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
:3000/@react-refresh:1
Failed to load resource: the server responded with a status of 404 (Not Found)