Open Closed

Issue with UI : Angular Microservice Based Application #4395


User avatar
0
Bindu created
  • **ABP Framework version:**v7.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I tried downloading the microservice based solution template from ABP. Tried running all the backend services. Then started building the angular application by following steps

  1. Ran npm install
  2. Run yarn start
  3. Got the error Compiled with problems:

****ERROR in ./projects/product-service/src/public-api.ts

Module not found: Error: Can't resolve './lib/index' in 'C:\Learning\ABP_Project\GMS\apps\angular\projects\product-service\src'

ERROR

projects/product-service/src/public-api.ts:3:15 - error TS2307: Cannot find module './lib/index' or its corresponding type declarations.

export * from './lib/index';****

  1. So i tried deleting the node module folder and ran npm install again but the same issue.

Another issue.

  1. how do i authorise to run product microservices in swagger for testing. currently when i try running any product APIs, it shows unauthorised.

3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    We will fix it in 7.0.2

  • User Avatar
    0
    15937823 created

    When can 7.0.2 be released?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    About in 1-2 weeks.

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