hundreds-policeman-70711
05/09/2025, 5:50 PMapi.<our-service-dns>/ping
returns pong
(mentioned here) so it seems as though we are able to at least access the service. We are also able to run jobs, which we can track through Argo. Any idea what might be going on here?
cc: @ripe-car-38698ripe-car-38698
05/12/2025, 6:39 PM/api/docs
is indeed returning a 404, and also everything /api/*
in generalgray-window-97284
05/13/2025, 5:50 PMPATH_PREFIX
to /api
? It’s been a while since I set this up so not sure, but I think I recall running into something like this
It depends on your exact setup but may be relevant for y’all. I found where this is mentioned here: https://github.com/Netflix/metaflow-service/blob/master/services/ui_backend_service/ui_server.py#L27ripe-car-38698
05/14/2025, 9:45 PM- name: PATH_PREFIX
value: "/api"
ripe-car-38698
06/20/2025, 7:01 PM