- ABP Framework version: v8.0.0
- UI Type: Blazor Server
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
I have removed all data in AuditLog and EntityChanged table (as I think there is no problem with them), but after remove our app in Azure crashed. What should I do in this case? Is there anyway to help me to solve this issue
Thank you
9 Answer(s)
-
0
hi
our app in Azure crashed.
Can you share some crash logs?
-
0
Here is some last error After I remove audit log, and do deploy, it could not start app
-
0
hi
These errors don't seem related to
AuditLog
.Are there any error logs on the backend API website?
-
0
The app did not start, so there is no application log since that time. I do not know why application could not start after I upgrade version 8.0.1 and remove all AuditLogs I just see these error during deployment, not sure if it is helpful
-
0
hi
It seems your app is still using net 7.
To install missing framework, download: 2024-01-07T23:59:10.794699961Z https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0&arch=x64&rid=linux-x64&os=debian.12
-
0
The problem is related to net 7 upgrade to net 8 instead of auditlogs.
-
0
What is the best way to purge logs? Can one just delete the data from the tables? As I understand, there is no periodic removal of audit logs in ABP.io Commercial yet. Are there plans for it?
-
0
hi
The best way to remove entities data is from your app code.
-
0
I solved the problem, I did not .NET 8 to my deployment slot in azure so it could not work