How to fix Next.js Vercel deployment module not found error
This answer worked for me: https://stackoverflow.com/a/55541435/3051080 TL;DR; update git cache: git rm -r –cached . git add –all . git commit -a -m “Versioning untracked files” git push origin master