Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next Js 14 changes the custom cache handler path #354

Closed
Manuel-Antunes opened this issue Jan 31, 2024 · 3 comments
Closed

Next Js 14 changes the custom cache handler path #354

Manuel-Antunes opened this issue Jan 31, 2024 · 3 comments

Comments

@Manuel-Antunes
Copy link
Contributor

Manuel-Antunes commented Jan 31, 2024

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

  • create a behavior for next14 applications to redirect the property experimental.incrementalCacheHandlerPath to cacheHandler
@conico974
Copy link
Collaborator

You can downgrade to [email protected] for now, this was introduced in 14.1
I'll try to create a PR later today or tomorrow.

@Manuel-Antunes
Copy link
Contributor Author

#356

@conico974
Copy link
Collaborator

Fixed in #356

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants