opennextjs / opennextjs-aws

Open-source Next.js adapter for AWS
https://opennext.js.org
MIT License
4.14k stars 126 forks source link

Broken link in documentation #511

Closed fredtcaroli closed 2 months ago

fredtcaroli commented 2 months ago

In the migration page, under Vercel, you can read:

Streaming by default is disabled in open-next (for now). It is very experimental right now see here for more info.

That link on "here" is broken.

khuezy commented 2 months ago

Thanks for the report, pushed to main since it was a small doc change: https://github.com/sst/open-next/commit/faefb33a2a485c571c2cc43680f1b702a03b58c7

khuezy commented 2 months ago

Should be fixed now, thanks!

fredtcaroli commented 2 months ago

Is streaming still experimental in v3? Now the link is pointing to a doc page from v2

khuezy commented 2 months ago

Hard to say really, since AWS themselves are still working/tweaking their streaming implementation. If you try it on your AWS account and it works, then it should be "stable" for you* - the disclaimer being AWS can also break streaming when they do an upgrade to the runtime and it breaks... which they've done 2 times iirc.

khuezy commented 2 months ago

Cloudflare workers supports streaming, I'm not 100% sure how stable it is. You may hear about Cloudflare support in the near future.