ERROR 500 - EDGE_FUNCTION_INVOCATION_FAILED
Unanswered
MalvadoEZY posted this in #help-forum
Hi guys, im having few problems building my project, sometimes i can build it on my pc but not on vercel, but at this time i managed to build it but now i getting edge error
these are the logs that showed up on the logs.
[GET] [middleware: "middleware"] / reason=EDGE_FUNCTION_INVOCATION_FAILED, status=500, user_error=true
TypeError: g.hasOwnProperty is not a function
at (node_modules/safer-buffer/safer.js:13:0)
at (webpack/bootstrap:21:0)
at (node_modules/iconv-lite/lib/index.js:3:13)
at (webpack/bootstrap:21:0)
at (node_modules/mysql2/lib/parsers/string.js:3:14)
at (webpack/bootstrap:21:0)
at (node_modules/mysql2/lib/packets/packet.js:11:21)
at (webpack/bootstrap:21:0)
at (node_modules/mysql2/lib/packet_parser.js:3:15)
at (webpack/bootstrap:21:0)
Just for the context, im ussing mysql2 with drizzle orm
Thanks
these are the logs that showed up on the logs.
[GET] [middleware: "middleware"] / reason=EDGE_FUNCTION_INVOCATION_FAILED, status=500, user_error=true
TypeError: g.hasOwnProperty is not a function
at (node_modules/safer-buffer/safer.js:13:0)
at (webpack/bootstrap:21:0)
at (node_modules/iconv-lite/lib/index.js:3:13)
at (webpack/bootstrap:21:0)
at (node_modules/mysql2/lib/parsers/string.js:3:14)
at (webpack/bootstrap:21:0)
at (node_modules/mysql2/lib/packets/packet.js:11:21)
at (webpack/bootstrap:21:0)
at (node_modules/mysql2/lib/packet_parser.js:3:15)
at (webpack/bootstrap:21:0)
Just for the context, im ussing mysql2 with drizzle orm
Thanks