Show a nicer error message when server is installing

This commit is contained in:
Dane Everitt
2020-04-17 11:07:32 -07:00
parent 1aa3e0fb63
commit e044e8db1c
12 changed files with 117 additions and 34 deletions

View File

@@ -25,8 +25,10 @@ http.interceptors.response.use(resp => {
}
return resp;
}, () => {
}, error => {
store.getActions().progress.setComplete();
throw error;
});
// If we have a phpdebugbar instance registered at this point in time go