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
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
The current implementation of /editMode does not handle cases where port 3001 is already occupied. When attempting to open the editor, it should automatically switch to an alternative port (e.g., 3002) if 3001 is in use.
Expected Behavior
If port 3001 is occupied, the editor should check for the next available port (3002, 3003, etc.) and open there.
This will prevent conflicts when multiple instances are running.
Steps to Reproduce
Start a service that occupies port 3001.
Attempt to launch /editMode.
Observe that it fails to open due to port conflict.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem Description
The current implementation of /editMode does not handle cases where port 3001 is already occupied. When attempting to open the editor, it should automatically switch to an alternative port (e.g., 3002) if 3001 is in use.
Expected Behavior
Steps to Reproduce
The text was updated successfully, but these errors were encountered: