hi
The logs don't show any errors.
Could you enable debug logging, reproduce the issue, and share the logs again (including the HAR files for the Angular and MVC apps)?
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/
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems#answer-3a1a1c4b-691e-3403-98b9-5f23fa024759
You can delete the logs.txt and let the app recreate it.
Thanks
Hi
Can you check and share api website logs?
You can share the logs.txt file to liming.ma@volosoft.com
Thanks.
hi
Every template project will include a footer component in next version. So developers can easily to customize it.
_ViewImports.cshtml is useful if you need use more razor features in this folder.
https://learn.microsoft.com/en-us/aspnet/core/mvc/views/layout?view=aspnetcore-10.0#importing-shared-directives
Thanks.
hi
Location:Japan Tokyo I have sent my ip address to your email.
Thanks.
hi
You can use this URL to see the footer
https://your_api_website/error?statuscode=400
hi
Please share the html source code of your current swagger Index.html
liming.ma@volosoft.com
Thanks.