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
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.
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