Open
Description
Repro steps:
- Create a new Blazor Web App with the default options
- Run the app
- In Counter.razor add
@page "/counter2"
- Apply the change to the running app using hot reload
- Try to browse to /counter2
Expected result: The Counter component renders when browsing to /counter2
Actual result: Browsing to /counter2 results in a 404
Workaround: Manually restart the app