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文件夹中.
你好 我的email: liming.ma@volosoft.com
hi
liming.ma@volosoft.com
https://wetransfer.com/
Thanks.
hi
Can you change the log level to debug and share the logs again?
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.