Next.js Content Streaming

Netlify Content Streaming does not work on Netlify. This page: https://silly-brigadeiros-2cb3c2.netlify.app/test renders the “static content” immedeatly and renders the “dynamic content” on a 5 second timeout with Next.js Content Streaming. It works as intended when deployed to Vercel https://corgi-jet.vercel.app/test but does not load until full page renders after 5s on netlify. This is reducing time to first byte significantly on our app, is this fixed on a later version?

This is currently not supported, but we’re working on it.