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
PR #27 updated the app's prefix in the VirtualService to kserve-endpoints, but it didn't configure the backend to use that value as well.
The manifests should also set the APP_PREFIX env var to be kserve-endpoints, or else index.html will use the incorrect tag <base href="/models/"> for all relative requests
PR #27 updated the app's prefix in the VirtualService to
kserve-endpoints
, but it didn't configure the backend to use that value as well.The manifests should also set the
APP_PREFIX
env var to bekserve-endpoints
, or elseindex.html
will use the incorrect tag<base href="/models/">
for all relative requestshttps://github.com/kubeflow/kubeflow/blob/4ad0158e955e1144440e8bd16622c0e9d06df63f/components/crud-web-apps/common/backend/kubeflow/kubeflow/crud_backend/helpers.py#L20
The text was updated successfully, but these errors were encountered: