Activities of "maliming"

hi

There is no invalid_grant error in your logs.

Please share the logs on IIS that have the invalid_grant info.

Thanks

hi

Please set log level to debug and share full logs.txt

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

MySqlConnector.MySqlException (0x80004005): Too many connections

This seems a database problem.

Answer

hi

I'm not familiar with docker(docker-compose).

Answer

hi

Can you use HTTPS in your docker?

Using HTTP will require some extra work.

eg:

SameSite problem

The required antiforgery request token was not provided in either form field "__RequestVerificationToken" or header value "RequestVerificationToken".

Answer

hi

If you can use https://webapp-authserver in your environment you don't need it.

hi

I will share a sample project.

https://github.com/abpframework/abp-samples/issues/273

: )

Great

Showing 4491 to 4500 of 11533 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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.