Skip to content

Not able to redirect to another UI microservice #227

Open
@ankitverma123

Description

@ankitverma123

@dsyer
Hi Dave, My project structure is

  1. Eureka Server
  2. API Gateway It has it's own ui built in along with Zuul proxy enabled.
  3. SampleMicroservice with it's own UI and serving 4 another backend microservices.

My main gateway is hosted on port 7000. When i try to open http://localhost:7000 it loads properly all my user interface is enabled to me. My problem is when i click on button displayed to nevigate to SampleMicroservice then it loads and immediately comes backs with an error core.js:7187 ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: *********

My idea is it keep on looking the route in gateway angular code, whereas the expectation is user should completely navigate to SampleMicroservice user interface

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions