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
When enabling nullable reference types I receive a validation error "The returnUrl field is required" when navigating to: ~/Identity/Account/Register
or ~/Identity/Account/Login
To Reproduce
Start from a new aspnetcore identity template with individual account, all views scaffolded. Then enable Nullable reference types in the project,
<Nullable>enable</Nullable>
Navigate to ~/Identity/Account/Register. You should see in the validation summary
"The returnUrl field is required"
Further technical details
ASP.NET Core version Microsoft.AspNetCore.App 3.1.4