Experimental feature "dynamicIO" only available on Canary #72101
Replies: 5 comments 2 replies
-
|
Good suggestion. For what is worth, the blog post introducing this, https://nextjs.org/blog/our-journey-with-caching#experimental, does say that it is only in canary. |
Beta Was this translation helpful? Give feedback.
-
|
I agree with @emulienfou - it'd be great to have some clarify on this. Should we use |
Beta Was this translation helpful? Give feedback.
-
|
I have upgraded to version 15.0.3 (latest), but I still get this error. |
Beta Was this translation helpful? Give feedback.
-
|
i got same issue. |
Beta Was this translation helpful? Give feedback.
-
|
I wonder if there is any news on this one. Would it make it to the stable version? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
According to the current stable documentation (Next 15.0.2) the page for
unstable_cache: https://nextjs.org/docs/app/api-reference/legacy-apis/unstable_cache says:In version 15, we recommend using the "use cache" directive instead.Problem:
Now, according to the documentation here: https://nextjs.org/docs/app/api-reference/directives/use-cache
A developer need to enable the experimental feature
dynamicIOHowever, when doing this with stable version
15.0.2the server return the next error:Change
unstable_cacheuse cacheneeds to be made available for version 15.x like the current documentation says todayAdditional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions