You're right.
User => Tenant => Global => Default
hi
SetGlobalAsync -> will set for host level?
Yes, the provider name will be G(global)
Then SetForTenantAsync / SetForCurrentTenantAsync -> will set for tenant level?
Yes, the provider name will be T(Tenant) and provider key will be current tenant id or the tenant id that your provider.
hi
Can you share the code of but when I debug it, I find that yarp will automatically update swagger when the configuration file is changed?
abp will always set reloadOnChange to ture for appsettings.json.
hi
Can you share the source code?
I have to check the code to troubleshoot the problem.
Thanks.
liming.ma@volosoft.com
hi
Please send an email to liming.ma@volosoft.com
I will share the source code of DynamicLocalizationResourceContributor and DynamicResourceLocalizer : )
: ), I will update the document.
hi
Thanks, I will update the template project. 👍
hi
I have checked your https://demo2.structurecloud.com/Blazor
The blazor wasm app can't get the appsettings.json file.
Below are requests of your Blazor app. If you check the docker environment. you should see appsettings.json request.
Do you have appsettings.json file in the wwwroot folder?
You have to have this file during build process.
hi
Can you share the debug logs(https://abp.io/support/questions/8428/All-Organization-Root-Units-deleted-when-deleting-just-one-unit#answer-3a16c0bc-bdcf-b99b-78e3-ad1a6afd5a74) of these steps?
I will check the SQL statement from your logs.
Thanks.