hi
Please your entity and WorkOrderSubTaskManger code.
I just started the demo app from the leptonx project. Same issue applies.
please share the steps I will try to reproduce it. Thanks
Thanks scott7106
hi
Can you share a url and user & password so I can check it online?
liming.ma@volosoft.com
@inherits Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components.ErrorView
@attribute [Dependency(ReplaceServices = true)]
@attribute [ExposeServices(typeof(Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components.ErrorView))]
@using Microsoft.Extensions.Localization
@using global::Localization.Resources.AbpUi
@using Volo.Abp.DependencyInjection
@inject IStringLocalizer<AbpUiResource> L
<div class="error-page-container">
<Row>
<Column ColumnSize="ColumnSize.IsAuto">
<div class="status-icon">
<i class="fa fa-frown-o text-danger" aria-hidden="true"></i>
<span></span>
</div>
</Column>
<Column>
<div class="status-content">
<h1>@HttpStatusCode</h1>
<h1>test</h1>
<h2 class="text-danger mb-0">@Title</h2>
<p class="mt-3 mb-4">@Message</p>
<a href="/" class="btn btn-primary">@L["GoHomePage"]</a>
</div>
</Column>
</Row>
</div>
I'm checking the solution of the blazor server.
hi
You can use AsNoTracking
to improve performance.
https://www.c-sharpcorner.com/UploadFile/ff2f08/entity-framework-and-asnotracking/
Change the log level to see ef logs
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
Can you share an online website URL to show this problem?
liming.ma@volosoft.com
hi
HTTP 500
Please check your app logs(Logs.txt)