hi
Set EnableDetailedErrors in AddHubOptions to see detail errors.
builder.Services.AddSignalR(hubOptions =>
{
hubOptions.EnableDetailedErrors = true;
});
hi
Please share the logs of api and authserve website
hi
I didn't receive the logs.
hi
You can redirect to a special page of blazor and re-login on the page.
eg
Navigation.NavigateToLogin("authentication/login");
https://github.com/abpframework/abp/pull/16676
Another soltion
https://github.com/dotnet/aspnetcore/issues/40928#issuecomment-1450063613
hi
There is no builtin way to do this.
hi
I think you can use class instead of interface to filter the entities.
Please share some code if you can't do this.