neozhu / RazorPageCleanArchitecture

This is a solution for creating the Razor Pages Application with ASP.NET Core(.net 7.0) following the principles of Clean Architecture
https://commercial.blazorserver.com/
MIT License
401 stars 94 forks source link

Page error if entering a invalid address. #88

Closed linkxu1989 closed 2 years ago

linkxu1989 commented 2 years ago

Describe the bug See logs in the screenshot.

To Reproduce Steps to reproduce the behavior:

  1. Go to "https://localhost:44375/pages"
  2. Refresh the page.
  3. See console logs.
  4. Click "Product" page, data could not be loaded.

Expected behavior Clean the error.

Screenshots image

Additional context No

neozhu commented 2 years ago

this is a bug, I have fixed.

linkxu1989 commented 2 years ago

Goes to a wrong repository, sorry.