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