Current behavior
When starting the server project from Visual Studio, a browser window opens but the URL is blank or about:blank. Manually navigating to http://localhost:5001 or https://localhost:5002 works, and the app runs, but hot reload is disabled
Expected behavior
The browser should launch with the correct URL from launchSettings.json
Affected platforms
No response
Template Host
dotnet new
Host OS
Windows
Template Options
dotnet new unoapp -o TestingTemplates -preset "recommended" -server
Template Version
Anything else we need to know?
Steps to repro:
- Create a new Uno solution using Uno.Templates::6.1.23.
- Set the server project as the startup project.
- Start debugging.
- Observe the browser opens with no URI
Current behavior
When starting the server project from Visual Studio, a browser window opens but the URL is
blankorabout:blank. Manually navigating tohttp://localhost:5001orhttps://localhost:5002works, and the app runs, but hot reload is disabledExpected behavior
The browser should launch with the correct URL from launchSettings.json
Affected platforms
No response
Template Host
dotnet new
Host OS
Windows
Template Options
dotnet new unoapp -o TestingTemplates -preset "recommended" -server
Template Version
Anything else we need to know?
Steps to repro: