hi
Can you share a simple project to reproduce this?
liming.ma@volosoft.com
Thanks.
hi
Can you try to using the AbpUnitTestSqliteConnection in your EF Core test project?
https://github.com/abpframework/abp/blob/c4b8e00e2e4b2b0f7e56aff07e26b56fceb0d0ed/templates/module/aspnet-core/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/EntityFrameworkCore/MyProjectNameEntityFrameworkCoreTestModule.cs#L36
hi
Can you get the logs at a later date?
Because there are detailed error reasons in the logs
hi
This doesn't seem to be related to abp framework.
hi
Can you share the QA environment application logs?
at local its not even connecting and for local we are getting this error .
I have to see the logs to troubleshoot the problem.
hi
Please delete the Logs.txt file first, change your log level to Debug, reproduce, and then share again.
Thanks
public class Program
{
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
but we are facing few issues related to refresh token url connect/token and getting errors invalid token.
Can you share the error logs(Logs.txt)?
liming.ma@volosoft.com
Thanks.
hi
Please share the Logs.txt file of API side (auth server) website.
Thanks.
liming.ma@volosoft.com
hi
ABP Framework is an asp net core application. So, any tool for asp net core can be used in abp.