hi
Can you check the database setting value?
Is this page from the host or the tenant?
MVC or angular?
Thanks.
Great
We will check the Studio.
Your question credit has been refunded.
Thanks.
hi
I saw your ABP CLI version is 7.3.2.
Can you uninstall ABP CLI and ABP Suite, then reinstall them with version 8.2.x?
dotnet tool uninstall -g Volo.Abp.Cli
dotnet tool uninstall -g Volo.Abp.Suite
dotnet tool install --global Volo.Abp.Cli --version 8.3.4
abp suite install --version 8.3.4
Thanks.
hi
Can you try to use dotnet build and dotnet run to test the backend app?
Thanks.
hi
If you are using a single-layer application. You can remove the DistributedLock and DistributedCache.
https://abp.io/support/questions/6344/Why-do-we-need-to-install-Redis-When-is-it-used-Why-Redis-is-needed#answer-3a0f798f-8034-8ac8-c819-2103080bec13 https://abp.io/docs/latest/get-started/single-layer-web-application?UI=MVC&DB=EF
Just remove these packages from your csproj file.
Volo.Abp.DistributedLocking
Volo.Abp.Caching.StackExchangeRedis DistributedLock.Redis
Microsoft.AspNetCore.DataProtection.StackExchangeRedis
Remove the module dependency from your app module.
AbpCachingStackExchangeRedisModule
AbpDistributedLockingModule
And other related code.
Thanks.
你可以检查下数据库的LocalizationResources表.
另外BaseSetService是否直接或者间接依赖了LanguageManagementDomainModule?
你好
请分享下你的整个解决方案的项目结构
谢谢
hi
When I log in via Azure AAD in https://int-fbteammgmt.lpl-cloud.com/Account/Login it wants to redirect to https://webap-fbteammanagement-we1-int.azurewebsites.net/signin-azuread-oidc
Can you change https://webap-fbteammanagement-we1-int.azurewebsites.net to https://int-fbteammgmt.lpl-cloud.com/
Authorization failed. These requirements were not met:
Please check your current user permissions. User and Role
Thanks.