Pages Migration from NextJs to OpenNextJs
I was using Cloudflare Pages for a next js website. Last week the deployment stopped working and I got the message to migrate to open next js. I’ve done that and have the following build config:
Build command: sh ./build.sh
Build output: .open-next
My build.sh file runs:
And my package.json has the commands:
I’m unable to deploy the site. Having issues of the type:
What am I doing wrong? I'd assume it's an issue with the build output config, but I've tried .open-next/assets too and have the same issue
1 Reply
Hi @Ana - have you updated your node_compatibility_date as part of the opennext migration?