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
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
As I've moved the APIs to sit under a custom path (_p/oso) so as to be in the reserved word space, this check to /oapi is not safe anymore. We need to make it happen after the config is loaded.
BTW I was hoping to get rid of the call to /oapi as well and instead add an environment variable to describe if the app is or isn't running on openshift (and then have a server side variable we set on startup) which will help the UI code know what APIs & where it should query for stuff
As I've moved the APIs to sit under a custom path (_p/oso) so as to be in the reserved word space, this check to /oapi is not safe anymore. We need to make it happen after the config is loaded.
https://github.com/fabric8-ui/fabric8-runtime-console/blob/master/src/app/kubernetes/store/apis.store.ts#L69
The text was updated successfully, but these errors were encountered: