lambda-packages icon indicating copy to clipboard operation
lambda-packages copied to clipboard

Astro runs on `:3000` port even though another app is running on the same port

Open yxshv opened this issue 3 years ago • 8 comments

What version of astro are you using?

1.0.1

Are you using an SSR adapter? If so, which one?

no

What package manager are you using?

pnpm

What operating system are you using?

Windows

Describe the Bug

I had a React app running on port 3000 and ran an astro app thinking that it will automatically use a different port. Bu, it didn't

Link to Minimal Reproducible Example

just run an different app on localhot:3000 and then run an astro app

Participation

  • [ ] I am willing to submit a pull request for this issue.

yxshv avatar Aug 14 '22 06:08 yxshv