Open Closed

Microservice Startup Template - CRUD Page Generator #932


User avatar
0
prasad.gore created
  • ABP Framework version: v4.2.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue: Followed https://docs.abp.io/en/commercial/latest/startup-templates/microservice/index created Microservice project. When tried to add new entities with CRUD Page Generator, getting below exception.

After updating required package using https://abp.io/package-detail/Volo.Abp.Commercial.SuiteTemplates again tried creating entity, but getting below exception..

Below is the Stack Trace : send @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:9837 ajax @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:9434 (anonymous) @ http://localhost:3000/libs/abp/jquery/abp.jquery.js?_v=637466433880000000:103 Deferred @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:3774 abp.ajax @ http://localhost:3000/libs/abp/jquery/abp.jquery.js?_v=637466433880000000:102 saveAndGenerateEntity @ http://localhost:3000/Pages/CrudPageGenerator/create.js?_v=637474195980000000:360 (anonymous) @ http://localhost:3000/Pages/CrudPageGenerator/create.js?_v=637474195980000000:403 (anonymous) @ http://localhost:3000/Pages/CrudPageGenerator/create.js?_v=637474195980000000:13 fire @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:3291 fireWith @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:3421 deferred.**<computed> @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:3759 (anonymous) @ http://localhost:3000/libs/abp/jquery/abp.jquery.js?_v=637466433880000000:105 fire @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:3291 fireWith @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:3421 done @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:9533 (anonymous) @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:9785 send @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:9804 ajax @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:9434 (anonymous) @ http://localhost:3000/libs/abp/jquery/abp.jquery.js?_v=637466433880000000:103 Deferred @ http://localhost:3000/libs/jquery/jquery.js?_v=637466433880000000:3774 abp.ajax @ http://localhost:3000/libs/abp/jquery/abp.jquery.js?_v=637466433880000000:102 checkSolutionIsBuilt @ http://localhost:3000/Pages/CrudPageGenerator/create.js?_v=637474195980000000:8 checkBuildAndSaveAndGenerateEntity @ http://localhost:3000/Pages/CrudPageGenerator/create.js?_v=637474195980000000:401 saveAndGenerate @ http://localhost:3000/Pages/CrudPageGenerator/create.js?_v=637474195980000000:813 click @ :5 invokeWithErrorHandling @ http://localhost:3000/libs/vue/vue.js?_v=637466433880000000:1863 invoker @ http://localhost:3000/libs/vue/vue.js?_v=637466433880000000:2184 original._wrapper @ http://localhost:3000/libs/vue/vue.js?_v=637466433880000000:7541

Below is the response : {"error":{"code":null,"message":"An internal error occurred during your request!","details":null,"data":{},"validationErrors":null}}

I really intrested to know about how to add new microservices/entities in ABP.IO microservices module.

Thanks - Prasad G


4 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    hi, Suite doesn't support the Microservice template. You can create your own custom module to be used in your microservice project. And you can add the module to Suite, then it'll work.

  • User Avatar
    0
    prasad.gore created

    Is there any near future plan that ABP SUITE will support Microservices template ?

  • User Avatar
    0
    alper created
    Support Team Director

    as mentioned in my previous post, you can always add your module to the Suite and create your CRUD pages (and use it in your microservice solution) by supporting Microservice template, what are you exactly looking for?

  • 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