Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple instances of the fullstack dev server reuse the same ports #18132

Open
jkbz64 opened this issue Mar 12, 2025 · 0 comments
Open

Multiple instances of the fullstack dev server reuse the same ports #18132

jkbz64 opened this issue Mar 12, 2025 · 0 comments
Labels
bake:dev hot-reloading dev server for client+server applications bug Something isn't working bun:serve Bun.serve and HTTP server confirmed bug We can reproduce this issue

Comments

@jkbz64
Copy link

jkbz64 commented Mar 12, 2025

What version of Bun is running?

1.2.5+013fdddc6

What platform is your computer?

Linux 6.13.5-400.asahi.fc41.aarch64+16k aarch64 unknown

What steps can reproduce the bug?

bun run index.html # first terminal
bun run index.html # second terminal
bun run index.html # third terminal
# and so on...

When opening more than one instance of fullstack dev server, the instances ports are incorrectly assigned and reused

What is the expected behavior?

Every instance should have it's own port

What do you see instead?

Image

Additional information

No response

@jkbz64 jkbz64 added bug Something isn't working needs triage labels Mar 12, 2025
@RiskyMH RiskyMH added bun:serve Bun.serve and HTTP server bake:dev hot-reloading dev server for client+server applications confirmed bug We can reproduce this issue and removed needs triage labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bake:dev hot-reloading dev server for client+server applications bug Something isn't working bun:serve Bun.serve and HTTP server confirmed bug We can reproduce this issue
Projects
None yet
Development

No branches or pull requests

2 participants