Config: Add app.growuppro.com.br to central_domains
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m44s

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.
This commit is contained in:
Cauê Faleiros
2026-02-06 15:49:29 -03:00
parent 65e424904a
commit 4a59246398

View File

@@ -24,6 +24,7 @@ return [
'localhost:8000',
'growuppro.com.br',
'staging.growuppro.com.br',
'app.growuppro.com.br',
]
)),