hi
The new error:
Client validation failed because 'http://emeraldhealthcare.us/signin-oidc' was not a valid redirect_uri for Emerald_Web_Public_Prod.
Have you added ctx.Request.Scheme = "https"; to the admin website?
app.Use(async (ctx, next) =>
{
ctx.Request.Scheme = "https";
await next();
});
Additionally, it seems there is an issue with your reverse proxy configuration. The browser requested HTTPS, but the URL is still HTTP.
Thanks.
hi
Which project has this error? MVC or Blazor?
Can you try enabling the Debug logs to see more information?
see https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks
hi
The new Blazor project will not use the _Host.cshtml file anymore.
If you are using App.razor in your project, you can remove the leptonx-blazor-compatibility.js from BundleContributor
The <leptonx-theme-appearance /> is not used in the latest project.
However, your current solution is suitable for your project.
Thanks.
Hi
Auth website. If not working, add it to all websites.
Thanks.
Hi
You can add it and try again.
If still get 500 error please share the logs.txt files again.
Thanks.
hi
There is an exception during login.
Can you share the logs.txt of admin website?
liming.ma@volosoft.com
Thanks
Can you share a GIF?
Thanks.