I'm guessing this is just a configuration error, but for the life of me I can't seem to figure out how to get this to work. If I have a service web-workshop that has a health endpoint, I can't seem to access it via localhost:2000/web-workshop/health, even though going to the /health endpoint on the localhost and port url works fine, and going to the web-workshop url works fine.
I'm guessing this is just a configuration error, but for the life of me I can't seem to figure out how to get this to work. If I have a service
web-workshop
that has a health endpoint, I can't seem to access it via localhost:2000/web-workshop/health, even though going to the /health endpoint on the localhost and port url works fine, and going to the web-workshop url works fine.My configuration is fairly standard:
Any thoughts on what I'm doing wrong, or is this really not supported?