Static pages created at different times #17389
-
I have a project that uses static pages through Modifications are, so to speak, saved, and a cron reads these from time to time, and creates a dynamic Then the static files are sent to the same place where all others unmodified pages are too. The trouble is that, because the unmodified pages and the modified ones belong to different build times and bundles, when I click at a link (that uses Anything to avoid that? Thanks in advance 😺 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
In order for |
Beta Was this translation helpful? Give feedback.
-
Right... is there any workaround so that I can get this thing working, just in my case? I mean, some code modification I should make in internals locally |
Beta Was this translation helpful? Give feedback.
In order for
next/link
to work the pages must share the same Context Provider which means they came from the same build. Otherwise Next does not know they are related.