Option B is the one I am applying and I keep getting errors.
Hi, I am having some problems migrating a solution from blazor web assembly to blazor web app.
I have tried the steps mentioned in the different links: https://abp.io/docs/latest/release-info/migration-guides/abp-8-2-blazor-web-app https://abp.io/support/questions/8378/Render-Modes https://github.com/abpframework/abp/issues/20128
The documentation is not clear, it does not detail anything step by step, it does not indicate if you have to create a new solution, create new projects... In the documentation it is mentioned that you have to run the project "Blazor.Webapp" and the cli only generates "Blazor" and "Blazor.Client". I need a solution because I have to migrate 6 solutions.
Attached are screenshots of the errors I have found:
There are many errors that I am finding
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.
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?