ok, I will check it.
hi
If the problem cannot be reproduced every time, you can observe it for a while.
hi
There is a scope service that you can try to override it
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.RemoteServices/Volo/Abp/Http/Client/RemoteServiceConfigurationProvider.cs#L7
hi
Only HTTP endpoints can be seen on the swagger page.
You should not remove Authorize
, We recommend that you pass the access token to complete the authentication.
https://learn.microsoft.com/en-us/aspnet/core/signalr/authn-and-authz?view=aspnetcore-7.0#built-in-jwt-authentication https://ocelot.readthedocs.io/en/latest/features/websockets.html
You can temporarily comment out the constructor and let the IDE generate the constructor for you.
hi
Please replace this PackageReference
with ProjectReference
<PackageReference Include="Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="6.0.2" />
Please do not share public project urls
ok I will check your project.
step3: compile and run (AuthServer project is unable to load the assembly as the exception mentioned above)
hi
Can you share the project with me? liming.ma@volosoft.com