Build Error Next.js
I am getting the below error when trying to build my nextjs project using
npx @cloudflare/next-on-pages@1
. This makes no sense because export const runtime = 'edge';
is set on my root layout which applies to every page in my entire repo.
1 Reply
Are you able to share some sort of reproduction?