[GH-ISSUE #176] Update Revalidation Paths to Include Tenant Slugs #117

Open
opened 2026-03-03 11:13:12 +03:00 by kerem · 0 comments
Owner

Originally created by @manikanta9176 on GitHub (May 20, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/176

  • Previously, revalidation paths were defined without tenant context, e.g., revalidatePath('/servers').
  • With the introduction of organizations (tenants), revalidation paths must now include the tenant slug, e.g., revalidatePath(/${tenant.slug}/servers).
  • Updated all relevant revalidation paths to reflect this change.
  • Ensured consistency across the codebase by checking all revalidation usages.
Originally created by @manikanta9176 on GitHub (May 20, 2025). Original GitHub issue: https://github.com/dflow-sh/dflow/issues/176 * Previously, revalidation paths were defined without tenant context, e.g., `revalidatePath('/servers')`. * With the introduction of organizations (tenants), revalidation paths must now include the tenant slug, e.g., `revalidatePath(`/\${tenant.slug}/servers`)`. * Updated all relevant revalidation paths to reflect this change. * Ensured consistency across the codebase by checking all revalidation usages.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#117
No description provided.