maximelouet / blih-web

Web interface for BLIH, the EPITECH repository management tool.
https://blih.saumon.io
Apache License 2.0
46 stars 6 forks source link

No error message when the intranet is down #8

Closed AnastasiaPromtep closed 5 years ago

AnastasiaPromtep commented 5 years ago

When creating a repository while the intranet is down, the red error box is empty.

maximelouet commented 5 years ago

Thank you. This seems to be caused by an HTTP 504 (Gateway Timeout) from the BLIH API. This error is not handled on the client side and therefore displays no message. I'll work on this soon.

maximelouet commented 5 years ago

This issue was caused by a low timeout in my reverse proxy. I just fixed this, and now the BLIH Website at blih.saumon.io is displaying an error message. Please note that there were no issues in the BLIH Web code, the issue was only on my personal server.