hi
Can you use the latest .NET 9 SDK?
see https://abp.io/support/questions/8136/Package-voloabpsuite-is-not-a-NET-tool#answer-3a17624d-dd83-5d9a-2f1c-eeb5acef04e4
Thanks
Thanks. I will check and update helm in the template.
hi
Can you share your code?
This is not abp code, but IdentityModel
Thanks.
Error retrieving discovery document: Invalid base address for endpoint
http://authserver.mydomain.dev/connect/authorize.
Valid base addresses: https://authserver.mydomain.dev.
hi
Can you add the code below to your Administration service to see the error?
public async static Task<int> Main(string[] args)
{
IdentityModelEventSource.ShowPII = true;
IdentityModelEventSource.Logger.LogLevel = EventLevel.Verbose;
var wilsonTextLogger = new TextWriterEventListener("Logs/identitymodel.txt");
wilsonTextLogger.EnableEvents(IdentityModelEventSource.Logger, EventLevel.Verbose);
Thanks
ok, I will test it.
Thanks.
hi
The solution: https://abp.io/support/questions/9891/How-do-I-register-the-Blazorise-license-key#answer-3a1c6946-4726-c113-33be-ff306be3722b
Thanks.
hi
Can you share a test app?
I will check it.
liming.ma@volosoft.com
Thanks