-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Server restarts on different port #16278
Copy link
Copy link
Closed
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: astroRelated to the core `astro` package (scope)Related to the core `astro` package (scope)
Metadata
Metadata
Assignees
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: astroRelated to the core `astro` package (scope)Related to the core `astro` package (scope)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I've been encountering this a couple of times now.
I start a dev server on a custom port:
I then added/removed/changed some environment variables in my
.env, and the server restarts on a different port.What's the expected result?
The server should've restarted on port
45345.Link to Minimal Reproducible Example
NA
Participation