You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to use a restricted port between 1-1023 we get a panic and the browser is still opened and reports a missing service.
mdbook serve test_book --open --port 83
I tried a few ports.
The same if we already have a book served on some good port (e.g. the default 3000) and we start a new book one the same port.
mdbook panics and opens the browser on that port, but that shows the other book.
Steps
For the first one just run
mdbook serve test_book --open --port 83
For the second problem in one window run
mdbook serve test_book
And then in another window run
mdbook serve test_book --open
Possible Solution(s)
No response
Notes
No response
Version
Both `mdbook v0.4.47` and what we have in `master`.
The text was updated successfully, but these errors were encountered:
Problem
When we try to use a restricted port between 1-1023 we get a panic and the browser is still opened and reports a missing service.
I tried a few ports.
The same if we already have a book served on some good port (e.g. the default 3000) and we start a new book one the same port.
mdbook panics and opens the browser on that port, but that shows the other book.
Steps
For the first one just run
For the second problem in one window run
And then in another window run
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: