Nick Randall
Nick Randall
CDCloudflare Developers
Created by Nick Randall on 3/29/2024 in #pages-help
Cryptic Error during upload
I'm trying to publish a pretty large application to cloudflare pages with several functions. I can run it locally just fine but when I try to do a deployment I run into this cryptic error:
[ERROR] A request to the Cloudflare API (/accounts/[redacted-account-id]/pages/projects/monorepo/deployments) failed.

An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH.
[code: 8000000]
[ERROR] A request to the Cloudflare API (/accounts/[redacted-account-id]/pages/projects/monorepo/deployments) failed.

An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH.
[code: 8000000]
My first guess is that I'm hitting some kind of size limit? Is there a way I can check that?
6 replies
CDCloudflare Developers
Created by Nick Randall on 5/8/2023 in #workers-help
WebSockets "fan out" service
I'd like to build a simple "fan out" service and wonder if this is conceptually possible using Worker's support for WebSockets. I'd like the service to have an HTTP endpoint that an external system can post to when an event is created and then the worker would relay this event to all connected clients via WebSockets. Is such a use-case feasible using workers? I've read most of the docs on Workers integration with WebSockets but it's still unclear to me how all the pieces fit together. Would I need a durable object for this use case? Thanks in advance for any and all help!
2 replies