Admin > Geo > Nodes page doesn't load correctly

image

This line is attempting to do a GET request for //api/v4/geo_nodes.

It works when I remove the extra / and hardcode the string as /api/v4/geo_nodes:

  getGeoNodes() {
    return axios.get("/api/v4/geo_nodes");
  }

Could it be related to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9765?

cc @vsizov

Assignee Loading
Time tracking Loading