Activities of "maliming"

hi

We don't have any experience with this case. : (

hi

Ensure the CallbackPath is the same as your Client configuration. Check it on your oauth2 website.

hi

https://learn.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-8.0#set-the-allowed-origins

The logs are no problem.

Access to fetch at 'http://test.localhost:44367/hubroute/negotiate?negotiateVersion=1'

Does only the route/negotiate have a CORS error or all requests?

Please share the code of your host module.

Thanks again.

hi

The error related to the session management.

Can you set IIS log level to debug to see more details?

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Information()
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

Error: invalid_grant => The token is no longer valid because the user's session expired.

https://docs.abp.io/en/commercial/latest/modules/identity/session-management https://docs.abp.io/en/commercial/latest/modules/account/session-management

hi

You can share the logs by https://wetransfer.com/

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).

Showing 3661 to 3670 of 10708 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.0.0-preview. Updated on September 16, 2025, 10:35