Next js build success locally, but throws errors on vercel
I'm not using useContext, nor useSearchParams nor have modified the error pages.
Solution:Jump to solution
in local, if you run next buidl, the
NODE_ENV
is not set to production, thats why i was not seeing the erros2 Replies