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.
hi
Which version of ABP and NET SDK do you want to use in your new project?
Thanks.
hi
For a single app, you can remove DistributedLock and DistributedCache.
Thanks.
Sorry for the delay. We will publish 9.3.7 next week.
Thanks.
你可以创建一个新项目, 然后检查App.razor文件的内容.
之后测试 dotnet publish 后的wwwroot文件夹
你可以先试试Blazor Server, 它和web app差不多. webapp是混合了server和wasm