Hello š Pipelines are really great and
Hello š Pipelines are really great and I'm looking forward to this product! I'm encountering a small issue when creating pipelines with Wrangler or the web portal. The first time I create a pipeline, everything is fine. If I delete it, as well as all the associated resources (pipeline, stream, sink, and R2 bucket), to start fresh with the same names, I keep getting errors. If I use new names, things go well again. The problem persists even if I wait for several hours. Are there any known limitations for now? I'd be happy to open an issue, but I'm not sure where I should post this. Thank you for your work!
15 Replies
Hey, thanks for trying it out, and sorry for the issues. Can you post the error that you're getting?
Yes, indeed:
š Creating stream...
⨠Created stream: dafthunk_pipelines_executions_production_stream
š Creating sink...
ā [ERROR] ā Setup failed: A request to the Cloudflare API (/accounts/ad4c9e9945d2de46a4dfe2bd179fdc63/pipelines/v1/sinks) failed.
Here is the relevant part of the log:
--- 2025-09-26T20:15:19.865Z debug
-- START CF API RESPONSE: Unprocessable Entity 422
---
--- 2025-09-26T20:15:19.865Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2025-09-26T20:15:19.865Z debug
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2025-09-26T20:15:19.865Z debug
-- END CF API RESPONSE
---
--- 2025-09-26T20:15:19.867Z error
ā [ERROR] ā Setup failed: A request to the Cloudflare API (/accounts/ad4c9e9945d2de46a4dfe2bd179fdc63/pipelines/v1/sinks) failed.
---
--- 2025-09-26T20:15:19.867Z log
š Rolling back created resources...
---
Thanks, we're looking into it
Unknown Userā¢7d ago
Message Not Public
Sign In & Join Server To View
I deleted everything via the dashboard
Unknown Userā¢7d ago
Message Not Public
Sign In & Join Server To View
Yes, I see the working pipeline (named dafthunk_executions_production), as well as the associated sink and stream.
Unknown Userā¢7d ago
Message Not Public
Sign In & Join Server To View
Yes, I sent you the log in a direct message.
Unknown Userā¢7d ago
Message Not Public
Sign In & Join Server To View
Yes, I basically followed the getting started:
npx wrangler r2 bucket create dafthunk-events-production
npx wrangler r2 bucket catalog enable dafthunk-events-production
npx wrangler pipelines setup
These are the names used for the last working bucket and pipeline
Unknown Userā¢7d ago
Message Not Public
Sign In & Join Server To View
I sent the full ouput and schema separately.
Unknown Userā¢7d ago
Message Not Public
Sign In & Join Server To View
Thanks @cole | pipelines for your help.