hi
According to the design of tiered
projects, the Web project is a pure UI project similar to HTML projects, Angular, etc.
CustomConnectionProviderFactory, DashboardDataSourceStorage
That is to say, you can't use database-related services.
IEditableDashboardStorage
You can try to inject application service interfaces to call remote APIs.
how I can distinguish between tenants for the anonymous users without login
I think you can't do this.
OK, No problem.
How about app-pro
?
abp new AbpDebugTest -t app-pro -u blazor -d ef -o AbpDebugTest -dbms SQLite
I didn't use Tieredproject
The project already enabled the multi-tenant feature.
if (MultiTenancyConsts.IsEnabled)
{
app.UseMultiTenancy();
}
hi
We can confirm that related to your environment, You can google it. We don't have much advice
hi
I think there is a problem with your environment. You can try to use dotnet ef
https://learn.microsoft.com/en-us/ef/core/cli/dotnet
https://www.nuget.org/packages/dotnet-ef/
hi
I will create a internal issue.
hi
Is there any logs from Event Viewer