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 命令显示所有文件
hi
There are two URLs
https://webap-fbteammanagement-we1-int.azurewebsites.net/ https://int-fbteammgmt.lpl-cloud.com/
The logs show you are accessing the https://webap-fbteammanagement-we1-int.azurewebsites.net/
But the Auzre login redirect URL is https://int-fbteammgmt.lpl-cloud.com/
Why are you not using https://webap-fbteammanagement-we1-int.azurewebsites.net/ as the redirect URL?
Thanks.
请检查下dotnet publish后的发布文件
_framework/blazor.web.js 应该在发布后wwwroot文件夹中.