Dear Members,
I'm using Lagom 1.3.5 and have a fairy complex service specification.
In the dev mode, I receive a weird warning:
[warn] c.l.l.d.ServiceLocatorServer - Ambiguous route resolution serving route: Route(GET,/api/appliance/schedule). Route served by /
0.0.0.0:57920 but also matches [/
0.0.0.0:57920].
The service works fine, but it seems that the ambiguous route resolution complains about the only possible URL to serve this route.
For other routes of the same service, e.g., "/api/appliance/:id" all is good, and I don't get any warnings.
Do you know how I can prevent these without totally disabling the ambiguous route resolution?
PS. I had the same issue with older versions of Lagom.
Apart, Lagom is a great framework ;-)
Regards,
Laurynas