Activities of "maliming"

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.

Answer

hi

You can remove all payment module dependencies, then add new ef core migrations & update the database.

: )

hi

There's no risk; it's just not designed for plugins. I don't recommend you use the module template as a plugin.

hi

You can use CLI or SUITE to create a new app-pro or module-pro template and compare the code.

Ensure that your appsettings.json or appsettings.secrets.json has "AbpLicenseCode" key with your license code.

You can create a new app-pro project and copy the AbpLicenseCode to your project.

Yes, You can check this sample projects

https://github.com/abpframework/abp-samples/tree/master/DocumentationSamples/Plug-In

Showing 231 to 240 of 7733 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30