diff --git a/app/Services/Internal/SoftwareUpdateService.php b/app/Services/Internal/SoftwareUpdateService.php index be2d1419e..fe8ba9255 100644 --- a/app/Services/Internal/SoftwareUpdateService.php +++ b/app/Services/Internal/SoftwareUpdateService.php @@ -22,6 +22,7 @@ class SoftwareUpdateService if ($flushCache) { Cache::forget(self::cacheKey()); + Cache::forget('api:nodeinfo'); } $versions = Cache::remember(self::cacheKey(), 1800, function () {