Problem with dynamic page cache #86508
Replies: 5 comments 5 replies
-
Code example? Is this working locally (with a build+start), but not on Vercel? or other serverless deploy? |
Beta Was this translation helpful? Give feedback.
-
|
I don't have special code you code test it by your self ❤️😅
…On Wed, Nov 26, 2025, 15:15 Joseph ***@***.***> wrote:
Well, I need to some some code to be able to help ya! Could you share some
pseudocode at least?
—
Reply to this email directly, view it on GitHub
<#86508 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A72UNVT2JGKOTY2GZ5D4ENT36WHFPAVCNFSM6AAAAACNFSX3C6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMBYGU3TEMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you ❤️🙏
…On Wed, Nov 26, 2025, 18:45 Joseph ***@***.***> wrote:
I picked some else's project and it kind of works ok, each card is a
/cards/[slug]/page.tsx kind of page - sorry if I am being like this, I am
very short on time, so if we can discuss over the same code we'll make a
lot of gains, instead of trying to guess past each other.
https://github.com/user-attachments/assets/5406864f-6ddc-4ad7-b0ec-4d3e31e05302
—
Reply to this email directly, view it on GitHub
<#86508 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A72UNVUKWAIX7SBSRMNVUKT36W7X3AVCNFSM6AAAAACNFSX3C6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMBYG43TMNQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
You right
…On Wed, Nov 26, 2025, 18:45 Joseph ***@***.***> wrote:
I picked some else's project and it kind of works ok, each card is a
/cards/[slug]/page.tsx kind of page - sorry if I am being like this, I am
very short on time, so if we can discuss over the same code we'll make a
lot of gains, instead of trying to guess past each other.
https://github.com/user-attachments/assets/5406864f-6ddc-4ad7-b0ec-4d3e31e05302
—
Reply to this email directly, view it on GitHub
<#86508 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A72UNVUKWAIX7SBSRMNVUKT36W7X3AVCNFSM6AAAAACNFSX3C6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMBYG43TMNQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I'll send you a sample code tomorrow night. Sorry for being late, I have an
exam tomorrow morning. Sorry again.
…On Wed, Nov 26, 2025, 18:45 Joseph ***@***.***> wrote:
I picked some else's project and it kind of works ok, each card is a
/cards/[slug]/page.tsx kind of page - sorry if I am being like this, I am
very short on time, so if we can discuss over the same code we'll make a
lot of gains, instead of trying to guess past each other.
https://github.com/user-attachments/assets/5406864f-6ddc-4ad7-b0ec-4d3e31e05302
—
Reply to this email directly, view it on GitHub
<#86508 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A72UNVUKWAIX7SBSRMNVUKT36W7X3AVCNFSM6AAAAACNFSX3C6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMBYG43TMNQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I’m working with Next.js 16 and I’ve enabled the new Component-level Cache feature. It works correctly for static pages, but I’ve run into an issue: dynamic routes/pages do not seem to be cached at all, even though caching is enabled.
Is this the expected behavior for dynamic pages in Next.js 16, or am I missing something in the configuration?
Any clarification on why component caching doesn’t apply to dynamic routes would be greatly appreciated.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions