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.
hi
If this issue only exists on the remote server, you can create a new project on your local machine and then transfer it to the remote server.
Or can you try installing Studio on a remote server and creating?
https://abp.io/docs/latest/studio
Thanks.
hi
I have confirmed. The Create a new solution was removed from Suite.
You can only use CLI or ABP Studio to create new project.
https://abp.io/docs/latest/cli
https://abp.io/docs/latest/studio
Thanks.
hi
I use Chrome to capture the requests.