Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Open Site Button Found, Manual Browser Navigation Required for Localhost:3000 #4

Open
aswnss-m opened this issue Sep 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aswnss-m
Copy link
Member

aswnss-m commented Sep 7, 2024

I encountered an issue where there is no button to directly open the site from the app when running the project. After starting the project, it runs on localhost:3000 as expected, but the app does not provide a button to open the site directly. Additionally, clicking the link displayed in the terminal window within the app does not automatically open the browser, so I had to manually enter the address into the browser to access the site. Having a button within the app to open the site would improve the user experience.

Steps to Reproduce:

  1. Run the project from the app.
  2. Observe that the project runs on localhost:3000.
  3. Try to find a button in the app to open the site directly (there isn't one).
  4. Click the link shown in the terminal window within the app (the browser does not open).
  5. Manually open the browser and go to localhost:3000.

Expected Behavior:

  • The app should provide a button to open the site directly once the project is running.
  • Clicking the link in the terminal window inside the app should automatically open the browser and navigate to the site.

Actual Behavior:

  • There is no button in the app to open the site on localhost:3000.
  • Clicking the link in the terminal window inside the app does not open the browser.
  • The user has to manually type the address into the browser.

Possible Solution:

  • Add a button within the app interface that opens the site when it is running on localhost:3000.
  • Fix the functionality so that clicking the link in the terminal window opens the browser automatically.

Environment:

  • Operating System: win 11
@AnirudhDaya AnirudhDaya added the enhancement New feature or request label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants