Open Closed

Problems with new solution and service #3515


User avatar
0
rick@i-pulse.nl created
  • ABP Framework version: v5.3.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Problem 1 We updated our Microservice solution to newest packages and ABP version. Since we did that, we cannot see lists of the default ABP services. We get 404 in the Web and the gateway is not called anymore. So, we tried to create a new Microservice solution to see the differences and maybe to merge our old services to this new solution. In that new solution we see that the internal Gateway is gone. So, maybe that's the reason why the old project is not running anymore after the upgrade.

Problem 2 When I create that solution, run migrations and started all services I was trying to open the public gateway and gateway. Both swagger pages are empty and in my console I see these errors:

This happens when we have creating nothing custom yet.

Problem 3 When we add a new custom service with entities etc.. and try to run, it seems to work. But when we open the list page, we got an error in our console because the window.APPNAME.OrderService is not defined. The default productService is available with all API methods, but our new service not.

So, we are facing multiple issues with a new solution and services. Please help!


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

    Problem 3: See https://support.abp.io/QA/Questions/3501/Microservice-screen-loading-issue#answer-ffcbbe27-6d6f-ec83-9812-3a057689958c

    I'll check for other problems.

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

    Problem 2: See https://support.abp.io/QA/Questions/3461/missing-%27swaggeruiabpjs%27-in-WebGateway-api#answer-10db55b2-f8ac-5a22-3593-3a054638e7b2

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Can we confirm that Problem 2 and 3 are solved?

  • User Avatar
    0
    rick@i-pulse.nl created

    Yes. These 2 points are solved now.

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