sst / open-next

Open source Next.js serverless adapter
https://open-next.js.org
MIT License
3.73k stars 113 forks source link

Next Js 14 changes the custom cache handler path #354

Closed Manuel-Antunes closed 5 months ago

Manuel-Antunes commented 5 months ago

Description

The current Nextjs version turns the cache handlers stable, so the old property experimental.incrementalCacheHandlerPath don't enables the s3/dynamo cache handler

Proposed Changes

conico974 commented 5 months ago

You can downgrade to next@14.0.4 for now, this was introduced in 14.1 I'll try to create a PR later today or tomorrow.

Manuel-Antunes commented 5 months ago

https://github.com/sst/open-next/pull/356

conico974 commented 5 months ago

Fixed in #356