I am seeing below error when trying to deploy on vercel:
Error: ENOENT: no such file or directory, lstat ‘/vercel/path0/.next/server/app/[countryCode]/(main)/account/@dashboard/orders/details/[id]/page_client-reference-manifest.js’
Potential cause seems to be Next.js version update to 15.3.1 from 15.0.3 used in yours.
Can you please guide me how to fix it as I don’t want to loose functionalities by downgrading(eventhough I have tried downgrading Next.js to 15.0.3 along with builder.io dependencies but it didn’t work still and I got the same error)??