Skip to content

[bug] Custom Port Setting Not Working #1165

@Atemndobs

Description

@Atemndobs

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 to 3000.
  • 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 on localhost:3000.
  • The dashboard/canvas does not reflect the updated URL/port settings.

Steps to Reproduce:

  1. Go to settings and set a custom port (e.g., 8081).
  2. Save the settings and attempt to run the app.
  3. Observe that the app still loads on localhost:3000 instead 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions