diff --git a/app/controllers/general.php b/app/controllers/general.php index 4067a6e597..b2aef81673 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -120,7 +120,7 @@ function router(App $utopia, Database $dbForPlatform, callable $getProjectDB, Sw if (\str_starts_with($path, '/.well-known/acme-challenge')) { return false; } - + $type = $rule->getAttribute('type', ''); if ($type === 'deployment') {