Skip to content

elizaos start crashes after accessing localhost:3000 on windows #5161

@paulmerz

Description

@paulmerz

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 :

logs.txt

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

Image

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions