diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index 72acd7b4a2..078c7c4387 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -973,6 +973,8 @@ App::get('/v1/storage/buckets/:bucketId/files/:fileId/preview') throw new Exception(Exception::GENERAL_SERVER_ERROR, 'Imagick extension is missing'); } + Console::info("cookie domain: " . Config::getParam('cookieDomain')); + /* @type Document $bucket */ $bucket = Authorization::skip(fn () => $dbForProject->getDocument('buckets', $bucketId));