Comment 1 for bug 1451681

Revision history for this message
Matthias Runge (mrunge) wrote :

after changing
horizon/static/angular:

basePath constant to:

.constant('basePath', '../../static/angular/');

I'm getting a page with lots(!) of errors "Unable to fetch service catalog"

This is due to get requests are fired up against http://localhost/api/... instead of http://localhost/dashboard/api/...