You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@dsyer
Hi Dave, My project structure is
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
The text was updated successfully, but these errors were encountered: