Good morning, In a new project created with the CLI I tried to overwrite the Login.cshtml file. I have searched for documentation, tried solutions discussed in other threads.... But the changes are never applied, could you give me a project with a custom Login.cshtml?
- ABP Framework version: v8.3.2
- UI Type: Blazor WebApp
- Database System: EF Core - SQL Server
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
3 Answer(s)
-
0
Hello ,
Can you please check this document https://abp.io/community/articles/how-to-customize-the-login-page-of-an-abp-blazor-application-by4o9yms
Thank you.
-
0
Following these steps I get the following error: An unhandled exception occurred while processing the request. ComponentNotRegisteredException: The requested service 'Semicrol.Arco.Core.HttpApi.Host.Auth.ArcoLoginModel' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use the ResolveOptional() method to resolve an optional dependency.
-
0
Can you share the stpes how to reproduce this issue.