This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Detect and use the next available port after 3000 when starting Evidence dev server #31
Labels
Comments
Agreed. Occupied port discovery was something I planned to look into. However, I only saw your app use port 3000 and all the docs state so in command examples. So, I thought it's the default and only port your users use. We already have host forwarding enabled for GitHub Codespaces (#21). We'll add dynamic port finding in the next release too. |
Closed
|
Closed
RandomFractals
added a commit
that referenced
this issue
May 31, 2023
1 task
RandomFractals
added a commit
that referenced
this issue
Jun 1, 2023
RandomFractals
added a commit
that referenced
this issue
Jun 1, 2023
RandomFractals
added a commit
that referenced
this issue
Jun 1, 2023
RandomFractals
added a commit
that referenced
this issue
Jun 1, 2023
…ence dev command when running local (#31) for visibility in terminal when starting Evidence app dev server with that command, etc.
RandomFractals
added a commit
that referenced
this issue
Jun 1, 2023
RandomFractals
added a commit
that referenced
this issue
Jun 1, 2023
3 tasks
RandomFractals
added a commit
that referenced
this issue
Jun 1, 2023
RandomFractals
added a commit
that referenced
this issue
Jun 1, 2023
This feature is almost complete. We just need to resolve the 5001 port increment disconnect when rewriting preview page url and opening it in a simple browser. We already detect free port and pass it as param to the start server command via terminal. @archiewood created a good capture of the increment port disconnect here: #52 (comment) |
RandomFractals
added a commit
that referenced
this issue
Jun 4, 2023
… and construction requested page Uris (#31)
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fine tuning -- not for current release
If you launch the dev server while localhost:3000 is occupied elsewhere, evidence will launch on localhost:3001 -- the simple browser preview that the extension opens should respect the new development url.
The text was updated successfully, but these errors were encountered: