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
I'm trying to update DC/OS package for Scope to use version 1.2.0.
Once installed the package on DC/OS, I need to go to https://<dcos_host>/service/weavescope, and the UI loads okay, but it tries to access the API on a weird URL.
The URL it tries to call is https://<dcos_host>/api/service/weavescope/api/topology, while it should be /service/weavescope/api/topology.
If I load /service/weavescope/api/topology, I can see the topology, while /api/service/weavescope/api/topology gives me a 404, as DC/OS doesn't have a route for it.
I'm trying to update DC/OS package for Scope to use version 1.2.0.
Once installed the package on DC/OS, I need to go to
https://<dcos_host>/service/weavescope
, and the UI loads okay, but it tries to access the API on a weird URL.The URL it tries to call is
https://<dcos_host>/api/service/weavescope/api/topology
, while it should be/service/weavescope/api/topology
.If I load
/service/weavescope/api/topology
, I can see the topology, while/api/service/weavescope/api/topology
gives me a 404, as DC/OS doesn't have a route for it.How does this
/api
get prepended? I'm looking atgetApiPath()
inclient/app/scripts/utils/web-api-utils.js
, is it the right place to look or not?The text was updated successfully, but these errors were encountered: