conico974
conico974
This PR add supports for open-next V3. It should support all the features of open-next V3. This PR also added some new things in the cloudfront function to improve cache...
## Open-next is not properly supported on windows at the moment There will very likely be issues at runtime. If you are on windows save yourself some time and just...
Add some docs on how to run OpenNext locally. We could also include some of these override inside OpenNext directly, but i'm not sure it's worth it (if you need...
It looks like aws has made an update again to how the runtime works when using streaming. Now even after `end()` has been called on the stream and the handler...
This PR allow the ISR/SSG cache to resolve before reaching `NextServer`. This has 2 big benefits: - It reduces cold start because we don't need to load the js for...
This PR change the body of `InternalResult` from `string` to `ReadableStream`. This allow for edge runtime function to use streaming, and it is necessary to prepare for PPR. This should...
Fix #481
Should fix #476
This PR add partial support for Next on cloudflare. For now only the middleware and the assets can be deployed on cloudflare, the rest needs to be on aws. It...
This PR add an option to deduplicate RSC request. This feature can break the next app, but in return it will greatly improve cache hit ratio for RSC request. We...