Pages site deployed successfully not

What is the name of the domain?

technikonlabs.pages.dev

What is the error number?

no error number

What is the error message?

no error message

What is the issue you’re encountering

The deployment finishes successfully but the site is not accessible.

What steps have you taken to resolve the issue?

I have tried to retry the deployment but this has no effect. Each time the build finishes and says it was deployed, but it’s not accessible. Here is the end of the latest build log:

12:44:21.807 Deploying your site to Cloudflare’s global network…
12:44:23.997 Uploading… (18/18)
12:44:23.998 :sparkles: Success! Uploaded 0 files (18 already uploaded) (0.55 sec)
12:44:23.998
12:44:24.700 :sparkles: Upload complete!
12:44:28.031 Success: Assets published!
12:44:38.621 Success: Your site was deployed!

Finally tracked down the root cause. Comparing this pages site to another one I have, this one was missing a build configuration. Both sites are built with the Next.js framework, and once I added a build configuration for Next.js on this site it started working after the next deployment.

Not sure why previous deployments “succeeded”, but it finally is now. Perhaps this will be helpful for someone else.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.