tut-spring-security-and-angular-js
tut-spring-security-and-angular-js copied to clipboard
Not able to redirect to another UI microservice
@dsyer Hi Dave, My project structure is
- Eureka Server
- API Gateway It has it's own ui built in along with Zuul proxy enabled.
- 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