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
Seems to affect the ui/api only - the actual routing seems to work...
The following shows the routing entries of 3 docker containers "nginxdemos/hello:latest" registered
in consul with tags urlprefix-hello.service.consul:9999/, green and latest for fabio-1.3.5 and fabio-1.3.6 (running in docker containers) visible in the browser.
I think the ui (javascript) tries to read the values for "host" and "path" from the JSON fields with the same name - but in 1.3.6 those fields do not exist (but the values can be parsed from the "src" field")
The text was updated successfully, but these errors were encountered:
Yes, I made a boo-boo. master has the fix already. Sorry about that.
magiconair
changed the title
fabio 1.3.6 UI displays host and path as 'undefined' in the routes page,
fabio 1.3.6 UI displays host and path as 'undefined' in the routes page
Jan 19, 2017
Seems to affect the ui/api only - the actual routing seems to work...
The following shows the routing entries of 3 docker containers "nginxdemos/hello:latest" registered
in consul with tags
urlprefix-hello.service.consul:9999/
,green
andlatest
for fabio-1.3.5 and fabio-1.3.6 (running in docker containers) visible in the browser.fabio 1.3.5 output of http://fabio:9998/api/routes
fabio 1.3.6 of the exact same:
I think the ui (javascript) tries to read the values for "host" and "path" from the JSON fields with the same name - but in 1.3.6 those fields do not exist (but the values can be parsed from the "src" field")
The text was updated successfully, but these errors were encountered: