I will find the reason as soon as possible, thanks
hi
I have no experience in this case, sorry. : ( It related to EF Core instead of ABP Framework
hi
You can add your custom SQL statement during migration
see https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/operations
Which object is null? Is it CurrentTenant? If so you can get service from HttpContext.
var CurrentTenant = context.HttpContext.RequestServices.GetRequiredService<ICurrentTenant>()
hi
Please share the logs in logs.txt
hi
Is there a way to use ALGORITHM=INSTANT using EF Core?
I have no idea about this.
How do you use ALGORITHM=INSTANT without EF Core?
hi
Blazor requests a new token each time it is initialized/refreshed. The WebAssemblyAuthenticationStateProvider class is used to revoke a token that is no longer in use.
In your environment, it seems that the token was revoked in advance.
Can you share the request info for these two requests? (headers, post body)
Thanks.
hi
Please share full logs from backend.
Thanks.
hi
I will investigate this error. It only happened in your environment.
This fix will not break anything. I will reply here if I get any results.
hi
Can you share a demo project? I will download and check it.
Thanks
liming.ma@volosoft.com