..
..
CDCloudflare Developers
Created by .. on 1/19/2025 in #general-help
Unable to add credit card payment method
No, I have not. I get a sense they don't really care about self-serve signups. I wish I knew upfront so I didn't waste time here.
4 replies
CDCloudflare Developers
Created by .. on 7/30/2024 in #pages-help
TypeError: Inter-TransformStream ReadableStream.pipeTo() is not implemented
In case anyone stumbles upon this, I resolved this issue by adding this line to wrangler.toml:
compatibility_date = "2024-06-01"
compatibility_date = "2024-06-01"
I'm not sure what the minimum compatibility date is, but the default must be relatively old to not support the missing pipeTo method.
2 replies