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
After the kserve models webapp was deployed for a standalone installation no isvc endpoints show up.
Browser console tells that ".../dashboard_lib.bundle.js" was loaded even though its MIME type ("text/html") is not a valid JavaScript MIME type.
Then erroring out because of a syntax error. Thus the typescipt is not loaded.
After the kserve models webapp was deployed for a standalone installation no isvc endpoints show up.
Browser console tells that
".../dashboard_lib.bundle.js" was loaded even though its MIME type ("text/html") is not a valid JavaScript MIME type.
Then erroring out because of a syntax error. Thus the typescipt is not loaded.
I deployed the webapp as follows:
kustomization.yaml
deployment.yaml
service.yaml
istio.yaml
rbac.yaml
The text was updated successfully, but these errors were encountered: