diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index db35cebc65..4fc0d9c345 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -465,7 +465,7 @@ App::shutdown() ]) ; $signature = md5($data); - $cacheLog = $dbForProject->getDocument('cache', $key); + $cacheLog = Authorization::skip(fn () => $dbForProject->getDocument('cache', $key)); $accessedAt = $cacheLog->getAttribute('accessedAt', ''); $now = DateTime::now(); if ($cacheLog->isEmpty()) {