You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In .NET 10 we're adding proper support to Blazor for generating Not Found responses. We should update the Blazor CRUD scaffolder to call NavigationManager.NotFound() instead of the current hack of redirecting to a nonexistent page using NavigationManager.NavigateTo("notfound").