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
hi
each sub domain will have its on branding images and style.
You can override the page to show different styles and images based on the current tenant.
i want my end users using angular app to be able to login to multiple tenants with single user. i want the end user to be able to login across different tenant based on some tenant user association as for current abp framework support only one tenant per user, how can i achieve this. please suggest.
We don't support this case.
hi
We are using the standard EF Core to migrate the database.
Can you use ALGORITHM=INSTANT correctly without abp?