RogerM
CDCloudflare Developers
•Created by RogerM on 1/11/2024 in #pages-help
Deployment Failed for Pages app, can't find errors
Hi,
I have a Pages application that uses Functions with an AI binding. The project was created with C3 and is a Vue.js project.
I successfully deployed the app to production three weeks ago, but today it keeps failing to deploy. It works ok in dev mode (
npm run pages:dev
).
I tried checking out the last successful deploy from git and installing the latest version of wrangler but it still not working.
There are no errors in the console output when I run npm run pages:deploy
it tells me it has successfully deployed. On the cloudflare dash the deployment has status "Failed" but I can't find where the error details are for the failed deployment. This is my main problem/concern - can Cloudflare Pages/Workers be troubleshooted efficiently?
I tried commenting out my use of the AI binding but still same issue.
Last attempted deployment was 2d46f548-8119-40a2-a911-fb80c08c5f32.
Is it possible to see in the logs what is wrong?2 replies