Support for NextJS 15 on next-on-pages.

I am unable to deploy my project that I built on the latest version of NextJS (NextJS 15). While blatantly throws error for legacy peer dependencies when building.

I tried using the
SKIP_DEPENDENCY_INSTALL
flag, and installing via npm install --legacy-peer-deps
But at the end, an internal command npx vercel build tries to re-install the dependeincies without the --legacy-peer-deps option and blasts the entire build.
Was this page helpful?