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
revalidatePath calls are scattered and easy to miss when adding routes. Audit which paths each mutation affects (board list, roadmap, dashboard stats, post detail), or migrate to tag-based revalidation (revalidateTag) for a single source of truth.
revalidatePath calls are scattered and easy to miss when adding routes. Audit which paths each mutation affects (board list, roadmap, dashboard stats, post detail), or migrate to tag-based revalidation (revalidateTag) for a single source of truth.