- 出荷済み
- 2026年3月26日 21:37 UTC
- プロフィール
- kamo
- コンテンツ
- 0316d20
The org API route caches organization data in Redis for 24h. After enabling or disabling an app, the stale cache caused feature flags to remain false, making settings pages redirect to /settings. Now FeaturesManager calls /api/org/invalidate-cache after each toggle to clear the cached org data before router.refresh() re-fetches it fresh from the backend.