你好
请先确认几个问题:
谢谢
这是 BaseSetService 的Module 看上去没有直接引用 LanguageManagementDomainModule
它可能是间接引用的, 请看看它依赖的模块尤其是administration
数据库的LocalizationResources和LocalizationTexts表有BaseSetService的本地化数据吗?
hi
I can confirm that this error did not come from your application, it might be from Azure. Please check the Azure logs.
hi
Where can I find the backend logs generated by ABP?
You can see the log configuration in Program.cs
eg:
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
See: https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.
Additionally, this 502 gateway error is from Azure, not your application.
Can you also check the Azure logs?
Thanks.
Thanks. You can try to use Studio.
hi
Can you try to use @volosoft/abp.ng.theme.lepton-x": "~2.2.2, also restore npm packages again.
2.2.2
Thanks.