diff --git a/app/worker.php b/app/worker.php index 8aa52ab931..f1f19e3cca 100644 --- a/app/worker.php +++ b/app/worker.php @@ -33,7 +33,7 @@ use Utopia\Logger\Logger; use Utopia\Pools\Group; use Utopia\Queue\Connection; -Authorization::disable(); +Authorization::setDefaultStatus(false); Runtime::enableCoroutine(SWOOLE_HOOK_ALL);