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
hi
AbpDistributedLock requires Redis to implement distributed locks.
See https://abp.io/docs/9.3/kb/when-to-use-a-distributed-cache-server
Blazor Wasm 和 Server 都会使用_framework/blazor.web.js 文件
这些blazor框架文件默认会在发布后出现在wwwroot文件夹内
你可以创建微软和abp的blazor server项目模版来测试默认行为
试试 ls -R 命令显示所有文件