open-next icon indicating copy to clipboard operation
open-next copied to clipboard

next 16 support

Open aryaniyaps opened this issue 2 months ago • 6 comments

Hi guys, thanks a lot for the amazing work on Opennext AWS! This has been a really useful and livesaving project for our team. I was wondering if there is any expected timeline for Nextjs 16 support, given the official nextjs team would release it soon. It has key performance upgrades that would be really useful for the end user experience!

thanks for your time and efforts in maintaining this!

aryaniyaps avatar Oct 18 '25 12:10 aryaniyaps

Next.js 16 works on OpenNext with everything I've tested so far – this doesn't mean it's completely stable, just that I haven't found any major issue yet.

One caveat is that you'll need to pass the --webpack flag to next build or next dev to disable the Turbopack default that comes in Next 16, as right now, OpenNext doesn't support Turbopack.

bratvanov avatar Oct 22 '25 07:10 bratvanov

@bratvanov what about the new proxy,ts file, caching APIs?

aryaniyaps avatar Oct 22 '25 11:10 aryaniyaps

@bratvanov what about the new proxy,ts file, caching APIs?

I haven't tested these yet – but feel free to test and report back, I'm sure it will be helpful if incompatible/breaking changes are discovered and reported.

bratvanov avatar Oct 22 '25 11:10 bratvanov

You probably have heard about the Adapters API, it is released in alpha with Next 16.

We are currently working on updating Open Next (and the Cloudflare adapter) to use the Adapters API in collaboration with the Next team.

We believe using the adapters API will benefit Open Next. We will share our work when it is useable (it is developped in the open on the aws and cloudflare repos).

vicb avatar Oct 22 '25 11:10 vicb

I'll reiterate what I said in the other issue: don't upgrade to Next 16 yet - it's pretty buggy. I'd wait for 16.1 or something.

khuezy avatar Oct 24 '25 14:10 khuezy

You probably have heard about the Adapters API, it is released in alpha with Next 16.

We are currently working on updating Open Next (and the Cloudflare adapter) to use the Adapters API in collaboration with the Next team.

We believe using the adapters API will benefit Open Next. We will share our work when it is useable (it is developped in the open on the aws and cloudflare repos).

Wow! Great news! Do you have an ETA? And what happens with OpenNext after that?

rafael-franca avatar Oct 30 '25 01:10 rafael-franca