Activities of "maliming"

The meeting was closed by zoom because of the time, I will study it for a while, and I will reply you asap.

hi https://us05web.zoom.us/j/89923264638?pwd=VDBUakd3ZXAxWGgvcmJVZjdiQ1Rldz09

<p>
   @{
        var applicationConfigurationClient = HttpContext.RequestServices.GetRequiredService<ICachedApplicationConfigurationClient>();
        var applicationConfiguration = await applicationConfigurationClient.GetAsync();
        var json = JsonSerializer.Serialize(applicationConfiguration, new JsonSerializerOptions()
        {
            WriteIndented = true
        });
   }

   @json
</p>

hi

Can you share the logs of Authserver and web?

The log that you shared seems incomplete.

hi

Please share logs(Logs.txt) of the three applications. liming.ma@volosoft.com

Please clear the Redis cache after published. Thanks

btw, your application working on my local.

hi It seems the token problem. please add the below code to index.cshtml your web project, then republish web website

<p>
    @(await HttpContext.GetTokenAsync("access_token"))
</p>

hi

This query cannot be paged, because the data is actually a linked list structure.

Can you share the full log of the link-user request with me? liming.ma@volosoft.com
Please lower the log level to see more detailed logs.

##.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
##.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)

hi

https://github.com/balessi75/FM.Test/issues/1

hi

I will check it asap.

Showing 91 to 100 of 4067 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54