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
The ingress configuration is not routing requests to the order service. It has a path configured as /ext-order, but no requests use that path. It should be set to /placeOrder. Note, frontend-helidon accepts the /placeorder requests. order-helicon accepts /placeOrder. It would be best if we have a clearer naming standard.