Config: Add app.growuppro.com.br to central_domains
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m44s
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:
@@ -24,6 +24,7 @@ return [
|
||||
'localhost:8000',
|
||||
'growuppro.com.br',
|
||||
'staging.growuppro.com.br',
|
||||
'app.growuppro.com.br',
|
||||
]
|
||||
)),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user