Hello everyone, does anyone face this problem. Just setup new Next.js project and run on Cloudflare pages with next-on-pages.
Get this error:
▲ Error: The file "/opt/buildhome/repo/.next/routes-manifest.json" couldn't be found. This is often caused by a misconfiguration in your project.▲ Learn More: https://err.sh/vercel/vercel/now-next-routes-manifest
▲ Error: The file "/opt/buildhome/repo/.next/routes-manifest.json" couldn't be found. This is often caused by a misconfiguration in your project.▲ Learn More: https://err.sh/vercel/vercel/now-next-routes-manifest
I already add "nodejs_compat" and NODE_VERSION in Settings
Anyone help me please. I configured all according to documents. Old projects still work.