dotnet / website-feedback

This repo is for dot.net feedback including get started tutorial issues from the site.
MIT License
0 stars 1 forks source link

Run Blazor Web App - The app does not launch in the browser automatically #140

Closed luyendt closed 6 months ago

luyendt commented 6 months ago

URL

https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/run

Operating system

windows

More information about your system

Windows 11 Visual Studio Microsoft Visual Studio Professional 2022 (64-bit) - Version 17.10.0 Preview 3.0 Chrome and Edge are available

Description

I follow the Web App Blazor tutorial, at the step Run your app. the app does not open in any browser. All I have is a console window like the below screenshot: image

dotnet --info

No response

luyendt commented 6 months ago

Update: I have to manually open a chrome tab with url: http://localhost:5000/ , then the app is shown. How to have it launched automatically on the new chrome tab? And the Hot Reload doesn't work at all!

image

mairaw commented 6 months ago

And what is the option you have selected in your debug menu? It should look similar to this image

@danroth27 any other suggestions?

luyendt commented 6 months ago

And what is the option you have selected in your debug menu? It should look similar to this image

@danroth27 any other suggestions?

It now can launch well on both Chrome and Edge. Thank you.

mairaw commented 6 months ago

Great to hear! ❤️