C#C
C#3y ago
Populus

❔ View cannot be found.

LoginModel.cs
Pages/Account/Login.cshtml
Pages/Account/Register.cshtml

AccountController.cs attached.

Why am I getting the following error when submitting a POST request?
An unhandled exception occurred while processing the request.
InvalidOperationException: The view 'Register' was not found. The following locations were searched:
/Views/Account/Register.cshtml
/Views/Shared/Register.cshtml
/Pages/Shared/Register.cshtml
Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult.EnsureSuccessful(IEnumerable<string> originalLocations)
Was this page helpful?