Activities of "maliming"

hi

Are you using Lepton or Lepton X?

Can you share some obvious screenshots?

hi

The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results.

This is the reason that we use orderby.

hi

In this case, you'd better download the source code and disable them in the code.

hi

I will check Country and CountryView .

hi

Can you share the logs.txt of the first startup? liming.ma@volosoft.com

I don't have this problem on my MBP(m1).

hi

PreConfigure<OpenIddictServerBuilder>(serverBuilder =>
{
    serverBuilder.RemoveEventHandler
});

https://github.com/abpframework/abp/blob/92f19b86588980f95cdb0e9a6d85a207bfb43126/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/AbpOpenIddictAspNetCoreModule.cs#L120-L133

hi

We are not experts in Bitbucket. Maybe you can Google it. : )

I refunded your questions credits.

hi

There is a problem between IdentityUser and IdentityUserView

Can you explain what's the relationships?

https://learn.microsoft.com/en-us/ef/core/modeling/relationships/one-to-one

b.HasOne<IdentityUser>().WithOne().HasForeignKey<IdentityUserView>(e => e.Id)

hi

We are unsure if the microservices request a new token with every HTTP request or if they continue using the same token until it expires and then obtain a new using refresh token.

It will request a token, cache it, and then continue to use it. refresh_token is not currently not supported.

hi

Please check these projects.

https://github.com/abpframework/abp/blob/dev/modules/openiddict/app/OpenIddict.Demo.Server/EntityFrameworkCore/ServerDataSeedContributor.cs#L26 https://github.com/abpframework/abp/blob/dev/modules/openiddict/app/OpenIddict.Demo.Client.Console/Program.cs

Showing 6241 to 6250 of 11535 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.