Activities of "maliming"

hi

Failed to refresh remote claims for user: b5932639-07c4-634c-b2f7-3a14c55a7bc2

Please share logs of API and AuthServer websites.

Thanks.

: )

Answer

Great

Answer

hi

The package name of payment start with Volo.Payment

Please global search this keyword in your solution.

Remove them from the csproj files, then build the solution. You will get some errors. Remove the payment-related code from the cs files until the build is successful.

Finally, add new ef core migrations & update the database.

The default project has an OpenIddictDataSeedContributor in the Domain project.

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain/OpenIddict/OpenIddictDataSeedContributor.cs#L125

Please add OpenIddictConstants.GrantTypes.RefreshToken to your appliction/client grand types.

hi

This is a swagger error.

Please share a simple project to reproduce. I will check it.

liming.ma@volosoft.com

The offline_access scope needs the OpenIddictConstants.GrantTypes.RefreshToken.

https://abp.io/support/questions/3842/Unable-to-authenticate-with-the-offlineaccess-scope-OpenIddict#answer-aa8dcd92-6f2a-67a8-2aad-3a06d6c2a9c0

Please confirm this.

hi

Different projects will have different port and ClientId, scope names.

Please check the logs to see which scope is wrong.

hi

Try adding [ApiExplorerSettings(IgnoreApi=true)] to your controller.

[ApiExplorerSettings(IgnoreApi = true)]
public class CustomQueryBuilderController : QueryBuilderController
{
    public CustomQueryBuilderController(IQueryBuilderMvcControllerService controllerService)
    : base(controllerService)
    {
    }
    }

hi

Please share the error logs in Logs.txt file.

Thanks.

Showing 3141 to 3150 of 10645 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 12, 2025, 10:20