api/upload.js api/get.js Everything is working fine at localhost but it’s not working when i deploy it on vercel. Function log from vercel dashboard Answer if it works on localhost, it’s because the application mode on localhost is dev, and if in vercel the application mode is production so it only relies on the .next folder. if you really want to