hi
What are the steps to get this error from a new 7.2.2 template project?
Your question credits refunded.
I guess it needs to be compatible with external login. I'll check that out, Thanks
hi
Please set log level of your application to Debug and share this request full logs. Thanks
liming.ma@volosoft.com
.MinimumLevel.Debug()
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
You can add a controller or razor page to your blazor server project, and then redirect to its endpoint.
hi
You can call the Challenge(new AuthenticationProperties { RedirectUri = your_returnUrl }, "oidc");
to get new access token.
eg:
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Authentication/ChallengeAccountController.cs#L81
hi
It's too large. Can you reshare it after removing node_modules
and run abp clean
command?
Thanks
hi
Yes, You can give it a try.