You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next.js caching is not revalidating properly when the global data is updated in TinaCMS. Although the updates are successfully saved in the content files, the changes do not immediately appear on the site. Two temporary solutions have been identified:
CC: @wicksipedia @adamcogan @JeanThirion @sethdaily @Freego1783
Description
Next.js caching is not revalidating properly when the
global
data is updated in TinaCMS. Although the updates are successfully saved in the content files, the changes do not immediately appear on the site. Two temporary solutions have been identified:revalidatePath
to force a page re-render:- revalidate path if in edit mode - "essentially disable cache" #555A long-term fix is needed to ensure that content updates are reflected without requiring manual steps.
Acceptance Criteria
2024-10-16.11-29-39.mp4
Figure: Problem + "Disable cache" Fix
The text was updated successfully, but these errors were encountered: