hi
Does this affect your UI? Or is it just in the logs?
这是EF Core 8 的一个bug
请关注 https://github.com/dotnet/efcore/issues/32383
我会尝试找一个解决方案
这是我的到的错误日志
[11:12:11 ERR] ---------- RemoteServiceErrorInfo ----------
{
"code": null,
"message": "An internal error occurred during your request!",
"details": null,
"data": {},
"validationErrors": null
}
[11:12:11 ERR] The property 'BookAuthor.BookId' is part of a key and so cannot be modified or marked as modified. To change the principal of an existing entity with an identifying foreign key, first delete the dependent and invoke 'SaveChanges', and then associate the dependent with the new principal.
System.InvalidOperationException: The property 'BookAuthor.BookId' is part of a key and so cannot be modified or marked as modified. To change the principal of an existing entity with an identifying foreign key, first delete the dependent and invoke 'SaveChanges', and then associate the dependent with the new principal.
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NavigationFixer.ConditionallyNullForeignKeyProperties(InternalEntityEntry dependentEntry, InternalEntityEntry principalEntry, IForeignKey foreignKey)
hi
Do you have appsettings.secrets.json and AbpLicenseCode inside your app?
Can your app run successfully without window service ?
hi
The operation was canceled.
The reason I can think of is that the caller cancels the http request, so the server will have this error.
HttpContext.RequestAborted
https://www.meziantou.net/handling-aborted-requests-in-asp-net-core.htm
hi
Can you share your project? So I can check your code.
liming.ma@volosoft.com
hi
Can you share a simple project that reproduces your problem?
liming.ma@volosoft.com
I will download and check it.
hi
Can you try to use cli to download?
abp get-source Volo.Abp.LeptonXTheme.Pro
specify version
abp get-source Volo.Abp.LeptonXTheme.Pro --version 3.0.1