Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSR Streaming is disabled on Cloudflare #5900

Closed
1 task done
AngusMorton opened this issue Jan 19, 2023 · 0 comments · Fixed by #5914
Closed
1 task done

SSR Streaming is disabled on Cloudflare #5900

AngusMorton opened this issue Jan 19, 2023 · 0 comments · Fixed by #5914

Comments

@AngusMorton
Copy link
Contributor

What version of astro are you using?

1.9.0

Are you using an SSR adapter? If so, which one?

Cloudflare

What package manager are you using?

pnpm

What operating system are you using?

Windows

Describe the Bug

Astro doesn't support streaming when deployed to Cloudflare Pages. It was disabled in #3777.

ReadableStream is implemented in the Cloudflare Worker runtime now as of the end of last year (https://blog.cloudflare.com/standards-compliant-workers-api/), so, we should be able to revert those changes and enable streaming on Cloudflare again.

Link to Minimal Reproducible Example

N/A

Participation

  • I am willing to submit a pull request for this issue.
@AngusMorton AngusMorton changed the title SSR Streaming on Cloudflare SSR Streaming is disabled on Cloudflare Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant