Next.js 14 app fails when deploying on Cloudflare
Can someone please help me with this - the builds were going through without a problem yesterday and the app still builds without a problem locally but it fails on Cloudflare Pages
3 Replies
?pages-deployment-id
The Pages deployment ID is a unique build identifier.
It's the UUID in the browser bar (for example, a URL would be
dash.cloudflare.com/ACCOUNT_ID/pages/view/PROJECT/DEPLOYMENT_ID
where the deployment ID looks something like a398d794-7322-4c97-96d9-40b5140a8d9b
).
This ID can help troubleshoot some issues with Pages builds so if you have a failing build make sure you grab that ID for the team to use.can you share this
and did you make any changes or is the same code that works fine before now failing?