mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
Laravel Vapor - attempt to fix a frontend error Uncaught (in promise) null
This commit is contained in:
@@ -48,6 +48,7 @@ export default {
|
||||
});
|
||||
}
|
||||
}).catch((error) => {
|
||||
console.log('debug Uncaught (in promise) null 1 : ' + JSON.stringify(error));
|
||||
console.log(error);
|
||||
this.$store.dispatch('createNotification', {title: 'Unexpected Error', message: 'An unexpected error has occurred. Try again!', type: 'error'});
|
||||
}).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user