: )
hi
Run the abp install-libs command in your project folder instead of C:\windows\system32
hi
You just need to inject the services in the IsValid method.
var myService = validationContext.GetRequiredService<IMyService>();
You can also manually validate in the application service method.
hi
There is a HubFilter that will change current Principal.
https://github.com/abpframework/abp/blob/f87e82c85ef07f0220dfaed1374858b33f4df164/framework/src/Volo.Abp.AspNetCore.SignalR/Volo/Abp/AspNetCore/SignalR/AbpAspNetCoreSignalRModule.cs#L41 https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.SignalR/Volo/Abp/AspNetCore/SignalR/Authentication/AbpAuthenticationHubFilter.cs#L20
hi
Can you check the User of Hub? see how many claims it has.
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.signalr.hubcallercontext.user?view=aspnetcore-6.0
Your questions credit is refunded.
Thanks
It seems to be related to the version of bootstrap, Please follow: https://github.com/abpframework/abp/issues/13512
hi
I can't reproduce, Can your share a simple project? liming.ma@volosoft.com
hi
What's the GetAccessToken method?
hi
I need to send some real-time notifications to this application from my server and I'm using SignalR to do it.
Please share some code of your hub.