Skip to content

bun dev:watch Fails to Start Frontend (No Service on :3000) #35

@Harikesh-Gamechange

Description

@Harikesh-Gamechange

After cloning the repo and following the README instructions, running the recommended command:

bun dev:watch

only starts the backend server on :3001 and the file watcher, but does not start the Next.js dev server for the frontend.

As a result, visiting http://localhost:3000 results in:

This site can’t be reached
localhost refused to connect.
ERR_CONNECTION_REFUSED

Steps to Reproduce:

  1. Clone the repo
  2. Install dependencies bun install
  3. Run bun dev:watch
  4. Open http://localhost:3000

Expected Behavior:
bun dev:watch should run both:

  • Backend (Express) on :3001
  • Frontend (Next.js) dev server on :3000

Actual Behavior:

  • Backend starts on :3001
  • No frontend server on :3000
  • Browser shows connection refused

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions