I also think we should have a feature to reduce the seat
Hi,
I've tried the new Microservice template version 4.3.0. I created new service as the guide and sucessfully but I wonder how can I add it to Abp suite for generate code properly? Of course, I can easily add it by "Add Exsisting solution", but when I build and generate code, I've got error "Not found Volo.Abp.Commercial.SuiteTemplates". I think it's not a proper way to generate code for microservice by using Abp Sutie
Abp suite doesn't support code generation for microservice template.
is there any plan to integrate it to abp suite? Because it's a pro version and in application-pro or module-pro we can also use the abp suite
Hi,
I've tried the new Microservice template version 4.3.0. I created new service as the guide and sucessfully but I wonder how can I add it to Abp suite for generate code properly? Of course, I can easily add it by "Add Exsisting solution", but when I build and generate code, I've got error "Not found Volo.Abp.Commercial.SuiteTemplates". I think it's not a proper way to generate code for microservice by using Abp Sutie
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.
When I upgraded to version 4.1.2, my text localize not effect. It seem get default text though I have changed these values. I call it through gateway, my config like below image
Angular:
Core:
Hi Mehmet How i can get query parameters on razor page after login?
<a href="https://localhost:4200" style="color:white; font-family:SourceSansPro-Bold" class="button">REPORT </a>
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.
How can I log into the razor site in IdentityServer and press the button it points to the angular page that is already logged in?
Hi @alper,
Before, I used version below v4.0 and after I've upgraded to v4.0, so the swagger not show api anymore.
Hi @Alper,
I answer your questions below.
your project type: angular. tiered or seperated identity server?: seperated identity server is it AppService or normal Controller?: It's in the Controller inherrit from IAppService can you compare the Suite generated code with your existing? I do the migration by generating the new code with the same Namespace and the same project name, so that I can copy all and replase by check the diff in the subversion.
After upgrade to v4.0.0, I cannot see my entity API in Swagger anymore.
I've tried to create a new solution version 4.0.0 by Abp Suite and it's normal