Activities of "maliming"

hi

For IDX10204 error, you can try to set ValidIssuers as

Your token issuer is https://klir-sandbox-microservices-authserver.klir.com/

https://abp.io/support/questions/7780/Unable-to-Login-even-after-getting-token-using-angular-app#answer-3a14b350-0cd5-a71c-80ba-1b65d3b2ee39


But:

If you can write the identity model logs in administration microservice, that will be best.

I think your administration microservice doesn't request https://klir-sandbox-microservices-authserver.klir.com/.well-known/openid-configuration to get openid-configuration, maybe it use localhost?

https://gist.github.com/maliming/d275b332ad462e42b90f727196cdcf88#file-program-cs-L6-L10

hi

Can you share the har file during the whole process?

I will check your oauth flow

https://requestly.com/blog/how-to-generate-har-files-in-chrome-firefox-safari/

Thanks

great.

Yes, we will improve it

hi

There are only two projects in your logs..

Can you share all logs.txt of your project?

App AuthServer WegGateway All Microservers.

[09:37:20 INF] Proxying to http://xxx-xxx-microservices-administration/api/abp/application-localization?cultureName=en&onlyDynamics=false HTTP/2 RequestVersionOrLower no-streaming


If you can write the identity model in administration microservice, that will be best.

https://gist.github.com/maliming/d275b332ad462e42b90f727196cdcf88#file-program-cs-L6-L10

Your access_token looks no problem

Thanks.

hi

Can you use redis instead of 127.0.0.1 in appsettings.json in docker environment?

"Redis": {
    "Configuration": "redis"
},

hi

I have confirmed that you can't download the modules' source code.

Personal license is same as Team license only 1 developer

https://abp.io/faq#is-source-code-included

ok, I will check it asap and share the solution

Enable the Debug logs.

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

I didn't receive it. Can you share it by https://wetransfer.com/

Showing 3451 to 3460 of 11557 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.