-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
The application only loads on localhost:3000, and setting a custom port does not take effect.
Expected Behavior:
- Users should be able to configure a custom port or URL in the settings.
- When a custom port (e.g.,
8081) is set, the app should load on the specified port instead of defaulting to3000. - Clicking the play button should launch the app using the configured URL/port.
Observed Behavior:
- Even after setting a custom port (e.g.,
8081), the app continues to load onlocalhost:3000. - The dashboard/canvas does not reflect the updated URL/port settings.
Steps to Reproduce:
- Go to settings and set a custom port (e.g.,
8081). - Save the settings and attempt to run the app.
- Observe that the app still loads on
localhost:3000instead of the configured port.
Environment:
- OS: Mac
- Browser: Chrome
- App Version: Release 0.1.30
Additional Notes:
- Confirmed that no other process is occupying the intended port (
8081). - Restarting the app after changing the port setting does not resolve the issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working