Show a nicer error message when server is installing
This commit is contained in:
parent
1aa3e0fb63
commit
e044e8db1c
12 changed files with 117 additions and 34 deletions
|
@ -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
|
||||
|
|
Reference in a new issue