..
..
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