hi
Try this
loggerConfiguration
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.File("Logs/logs2.txt"))
.WriteTo.Async(c => c.Console());
What is the code of your Program.cs
?
hi
Can you share full logs.txt
file?
liming.ma@volosoft.com
hi
Can you share a project to reproduce the above issues?
liming.ma@volosoft.com
Thanks.
hi
Can you share a project that can reproduce this?
liming.ma@volosoft.com
Thanks
hi
SetForCurrentTenantAsync
will store your setting value(image url
) for current tenant. You can check the AbpSettings
table to check the values.
Then, you need to retrieve the setting value on your Page.
Can you share more details about your page(Background image and logo
)?
Thanks.
Thanks. The AbpSolution3.AdministrationService
migration was successful.
Can you check the logs of AbpSolution3.IdentityService
AdministrationService
will initialize the Infrastructure database, the IdentityService
will create the OpenIddictApplications
Thanks again.
hi
Please try to inject ITenantStore and ITenantRepository and call GetListAsync method to see tenants in your Index page..
Can you try that?
Thanks.
hi
The logs you shared are not complete. please share full exception logs.
Thanks.