Cant upload files to s3 from nextjs app with formidable on vercel
Unanswered
Araucanian herring posted this in #help-forum
Araucanian herringOP
Hey guys, i am currently building a web app with nextjs and the pages router, i am having a form with an image input which sends an post request to my api route, then i get the file from the request through the package formidable and save it on my s3 bucket via putObject from aws-sdk, on localhost its working fine and the image gets uploaded, deployed on vercel its not working, and i cant figure out why, any tips or ideas why this happens?