Replies: 2 comments
-
I've same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you managed to find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dynamic page in Next JS 14 located at "/product/[slug]" and I'm having trouble understanding how to reduce the serverless function invocations in vercel since most of these pages are generated and cached for 3 months. I always get Cache MISS and the function runs even if the data is cached for a specific slug.
My Question: Does a dynamic route always require a function invocation even if the data is cached?
Here is sample code of the page
Beta Was this translation helpful? Give feedback.
All reactions