From 4a59246398edc55b66f26dece88f15c83f320286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Fri, 6 Feb 2026 15:49:29 -0300 Subject: [PATCH] Config: Add app.growuppro.com.br to central_domains Explicitly added 'app.growuppro.com.br' to the central_domains list in config/tenancy.php. This ensures the production subdomain is recognized as the central application (Super Admin), preventing 500 errors caused by the application attempting to resolve it as a tenant. --- config/tenancy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/tenancy.php b/config/tenancy.php index f7c9f27..34f0388 100644 --- a/config/tenancy.php +++ b/config/tenancy.php @@ -24,6 +24,7 @@ return [ 'localhost:8000', 'growuppro.com.br', 'staging.growuppro.com.br', + 'app.growuppro.com.br', ] )),