add debug statement

This commit is contained in:
Chirag Aggarwal
2025-11-02 19:01:52 +05:30
parent 230148c06e
commit 7ffb78eb5f
+2
View File
@@ -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));