Before upgrading suite I just installed .net 6.0.102 sdk as it was required in order to upgrade Suite and CLI. After upgrading Suite and CLI, I didn't performed any operations. Just tried to run my project with version 4.4.0
I wanted to create APIs when I can allow client to access api based on his subscription for example if one client has registered and subscribe to 50000 api calls per month then it should allow up to only 50000 api call. is there any modules available for that?
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
I want to create a solution of abp version 4.4.0 consisting web.public project as well. However, if I create a solution using abp suite, I am unable to choose the version 4.4.0 and am getting latest version solution. Thereafter, if I create a solution using CLI, I can set the version but don't have any command for including web.public project in the solution.
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
Is there any way I can stop loading few JavaScript of a parent Theme or I can force to use my JavaScript? Please also let me know I can i fix this issue.
As shown in the attached screenshot, on opening the permission modal, the title shows an ID while giving permission to user. I don't have it's source code, neither can I find any of it's module, so how to keep username in place of Id without upgrading the version?
In Bin Folder of Web Project, On Running the [ProjectName]Web.exe file, the application starts. However, the default port it listen would be localhost:5000. How can I customize the port ? I tried making changes in launchSettings.json file but found ineffective. What could be the way for the same ?
Thank You for the reference. However, I refered this link earlier but the mentioned problem perfectly works in Applications using Asp.net Core MVC but doesn't work in ABP Application.
How can I change the Database Provider to PostgreSql in Volo Docs ? Changing only the connection string to equivalent postgresql connection string isn't working. Please guide for the same if any other steps are needed to be performed.
Hi, please see the Switch to EF Core PostgreSQL Provider documentation. I went through the documentation you suggested but it requires Entity Framework Core .cs file which I won't be having in template downloaded to setup from https://docs.abp.io/en/abp/latest/Apps/VoloDocs