Laravel Vapor - attempt to fix a frontend error Uncaught (in promise) null

This commit is contained in:
Dillon Ngo
2024-01-03 00:57:41 +08:00
parent 330ce8f7e3
commit c179b40a8c
+1
View File
@@ -10,6 +10,7 @@ export default {
method: method,
parameters: this.parameters
}).then(response => {
console.log('debug Uncaught (in promise) null 1 : ' + JSON.stringify(response));
let statusCode = response.status,
success = response.ok;