Open Closed

Error while creating microservices solution in 4.3.0-rc.2 #1192


User avatar
0
naushadkhalid created

i updated the CLI and Abp Suite using the powershell script shared by alper to the latest 4.3 RC release. tried running the abp suite to create a microservices solutions with Angular UI. Also not the Preview Version Selection is disabled and am not able to select the same. It gave the following error. please suggest is i am missing something


4 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    If you have already created a microservice template, you can check Add New Microservices to the Solution docs. May be it can help.

  • User Avatar
    0
    naushadkhalid created

    If you have already created a microservice template, you can check Add New Microservices to the Solution docs. May be it can help.

    I was trying to create a new microservices solution by running the GUI template for microservices using ABP Suite. it is not creating the template itself. Please note i have upgraded to 4.3.0-rc.2 version and then tried generating the microservice template from GUI and it is givne error. the error details are given in the above link

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    I think you need to run the abp suite under your solution directory. If it doesn't work, can you try using CLI for adding new microservice to your solution template?

    Under your microservice solution (where your .sln is located), from your command line; try

    abp new OrderService -t microservice-service-pro --preview
    

    It should create a new microservice named order under services folder.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11