onlook icon indicating copy to clipboard operation
onlook copied to clipboard

[bug] Custom Port Setting Not Working

Open Atemndobs opened this issue 4 weeks ago • 1 comments

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.

Atemndobs avatar Jan 29 '25 17:01 Atemndobs