I deploy main branch on vercel and I got this error :
error Failed to load SWC binary for linux/x64, see more info here: https://nextjs.org/docs/messages/failed-loading-swc
Error: Command "npm run build" exited with 1
I've deployed another branch that contains exactly the same code (develop) and everything was ok.
How can I solve this issue ?