friedow / bpd

MIT License
3 stars 0 forks source link

Data is not displayed anymore #16

Closed tommartensen closed 7 years ago

tommartensen commented 7 years ago

Data from Sonarqube and Coveralls is not displayed anymore. If I navigate to the APIs manually, I can retrieve the data, the dashboard itself won't.

Chrome reports that it could be a CORS problem, instead I found out that both APIs are not available on OPTIONS method, so it might rather be a bug in the REST interface

MaximilianV commented 7 years ago

It indeed was a CORS problem (cors-anywhere wasn't running)