Yes, as I have attached in the images, it does reproduce. I will send it to you now. Thank you!
After creating a new project, the only thing I added was an AppService without complexity, with a method without parameters or functional implementation, to test a call to the api, and the result I get is the same as in the final application, attached images:

Additionally, it also does not inject microsoft's IAccessTokenProvider.
Hi, I can't share a sample project as it is a final application.
As far as I know we don't manage that, localhost is my computer and 44362 is the port where the application is exposed when debugging, which is configured in the appsettings.
What are the risks of this being different, and do they need to be the same? If so, how can I change it?
After trying to remove its use, the request continues to fail.
Option B is the one I am applying and I keep getting errors.
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.