From 458df237979e97be2473eaeefa9cbb6515a8c92a Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 26 Feb 2025 17:41:44 +0200 Subject: [PATCH] debug cert --- app/controllers/general.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/general.php b/app/controllers/general.php index 12a8bbb1b0..afc5ac7bba 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -595,6 +595,7 @@ App::init() 'location' => 'general.php.1', 'domainDocument' => $domainDocument ]); + if ($domainDocument->isEmpty()) { $domainDocument = new Document([ // TODO: @christyjacob remove once we migrate the rules in 1.7.x @@ -605,6 +606,7 @@ App::init() 'projectId' => 'console', 'projectInternalId' => 'console' ]); + var_dump([ 'location' => 'general.php.2', 'domainDocument' => $domainDocument