Failed: an internal error occurred. If this continues, contact support: https://cfl.re/3WgEyrH
Been getting this for a day now. At first I thought its because traffic is 'rerouted' in my region as mentioned on cloudflarestatus, but its still not working. Any ideas? The builds have been deploying fine for days.
5 Replies
Not related to any maintenance
Got a deployment id?
?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.Pretty sure its this:
'e16a4644-4af4-4343-a3ff-29ff352e839f'
@Walshy just pinging incase 🙂
I have another nextjs project on pages which deploys fine: 75c24701-046c-4305-842f-760c119a355c
Looks like there's an invalid environment variable, whichever one you added before this started try deleting it and re-adding it. Make sure there's no special characters or anything
Wow, thankyou so much @Walshy | DevPlat EE !