Netlify mysql minification error

ive been getting this error “Received packet in the wrong sequence.” and from some research i have found out its something to do with the uglifycation of building lambda functions and mysql. Does anyone have a solution for this? i am a newb and the solutions say something to do with devtool=“eval”, but im not sure if this relates to netlify-lambda’s build processing

Hi @psyKressX, you don’t have to use netlify-lambda to bundle your function anymore. Our buildbots has the ‘zip-it-and-ship-it’ package built in. Just remove the netlify-lambda from your build process and see if that helps.