react-native-gifted-chat icon indicating copy to clipboard operation
react-native-gifted-chat copied to clipboard

IN MYSQL WHEN I RUN NODEMON APP THIS ERROR WILL SHOW PLEASE HELP

Open mamonaabdullah122 opened this issue 2 years ago • 2 comments

throw err; // Rethrow non-MySQL errors
  ^

TypeError: Cannot read properties of undefined (reading 'insertId') at Query. (/Volumes/Os/Project/server/dbService.js:53:36) at Query. (/Volumes/Os/Project/server/node_modules/mysql/lib/Connection.js:526:10) at Query._callback (/Volumes/Os/Project/server/node_modules/mysql/lib/Connection.js:488:16) at Query.Sequence.end (/Volumes/Os/Project/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:83:24) at Query.ErrorPacket (/Volumes/Os/Project/server/node_modules/mysql/lib/protocol/sequences/Query.js:92:8) at Protocol._parsePacket (/Volumes/Os/Project/server/node_modules/mysql/lib/protocol/Protocol.js:291:23) at Parser._parsePacket (/Volumes/Os/Project/server/node_modules/mysql/lib/protocol/Parser.js:433:10) at Parser.write (/Volumes/Os/Project/server/node_modules/mysql/lib/protocol/Parser.js:43:10) at Protocol.write (/Volumes/Os/Project/server/node_modules/mysql/lib/protocol/Protocol.js:38:16) at Socket. (/Volumes/Os/Project/server/node_modules/mysql/lib/Connection.js:88:28)

mamonaabdullah122 avatar Jul 13 '22 10:07 mamonaabdullah122

Help!!!

mamonaabdullah122 avatar Jul 13 '22 17:07 mamonaabdullah122

The error is in the first line of your output:

TypeError: Cannot read properties of undefined (reading 'insertId')