emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

Exception InvalidOperationException: IDX20803: Unable to obtain configuration from: '[PII is hidden]'. #143

Closed IngoManthey closed 5 years ago

IngoManthey commented 5 years ago

When I open the user I get the following exception. InvalidOperationException: IDX20803: Unable to obtain configuration from: '[PII is hidden]'.

As applicationUrl I have https: //localhost: 44350 registered. In the ConfigureServices I have at services.AddAuthentication options.RequireHttpsMetadata = true;

What can I do?

andgest commented 4 years ago

Hello,

You seem to have the same problem as me. => https://github.com/emonney/QuickApp/issues/150 Did you find a solution ?

Thank you in advance :)