Running into a failed deployment. Can't get deployment logs (wrangler reports succes)
I'm able to run my site locally with wrangler, however deployment fails (showing success in wrangler)
(lack of reporting is related to https://github.com/cloudflare/workers-sdk/issues/3966)
Is there someone at cloudflare who can help and look up the deployment logs for me? 🙏 🥺
this was the deployment url https://dcd04fd6.lp-tim-hortons-ca.pages.dev
10 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.thanks! I believe this is the ID
f5beb8cb-e424-4ad9-a8f6-f54545a52842
I've escalated it
thanks. Should I expect a follow up here?
Yeah
Hi there, it looks like your script is exceeding the limit of 1mib as described here: https://developers.cloudflare.com/workers/platform/limits/#account-plan-limits Please reduce the size of the script or upgrade your plan.
aha. Is that size across all uploaded function's scripts? Looks like I may have a bug with a recent upgrade causing the bundler to re-embed some large objects
nevermind, I RTFM
Sorry to glob on to this thread, but I'm having a similar issue deploying. I can open a separate thread if preferred. The
_worker.js
file being generated is only 22KB thoughPlease make your own thread