Activities of "maliming"

You can create a project which not separate dbcontext and copy the code.

hi

You can run the dotnet ef migrations script command on the EF Core project to see the scripts.

https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/applying?tabs=dotnet-core-cli#sql-scripts

hi

Log.Logger = new LoggerConfiguration()
#if DEBUG
    .MinimumLevel.Debug()
#else
    .MinimumLevel.Information()
#endif
    .MinimumLevel.Override("Microsoft", LogEventLevel.Information)
    .Enrich.FromLogContext()
    .WriteTo.Async(c => c.File("Logs/logs.txt"))
    .WriteTo.Async(c => c.Console())
    .WriteTo.Async(c =>
        c.MSSqlServer(
            connectionString: "Server=localhost;Database=MyProjectName;User Id=sa;Password=1q2w3E***;TrustServerCertificate=True",
            sinkOptions: new MSSqlServerSinkOptions
            {
                TableName = "Logs",
            }))
    .CreateLogger();

hi

Make your method async, and call GetListAsync by await

ok

hi

I guess this is the problem

hi

I'm not good at Azure web service. Abp is just using the standard way to output logs.

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/Program.cs#L24

Please check if the https://azapp-mc-abpmvisclient-dev.azurewebsites.net is valid for post_logout_redirect_uri of MVIS_abp_App application.

You can check the PostLogoutRedirectUris of the OpenIddictApplications table.

hi

Thanks. Can you share some steps?

Sorry for that @pierremih

hi @roberto.fiocchi@mcsi.it you can consider creating a new question. Thanks

Yes, because AbpUsers table exists in both the host and tenant database.

Showing 6701 to 6710 of 11554 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.