-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
The current caching implementation in the project requires Next.js canary version, which is not suitable for commercial/production use.
Issues with Current Implementation
-
Canary Version Requirement:
- The
"use cache"directive andcacheTagrequire Next.js canary version - Setting
dynamicIO: trueonly works with canary version - Canary versions are not suitable for production/commercial applications
- The
-
Production Concerns:
- Stability issues with canary versions
- Potential breaking changes
- Limited support for production deployments
-
Commercial Impact:
- Cannot use the boilerplate for commercial projects
- Risk of runtime errors
- Maintenance challenges
How should I implement the current cache implementation you have done in my project as I am not using the canary version instead I am using stable version of react and nextjs
Metadata
Metadata
Assignees
Labels
No labels