{"record":{"id":"56dbade717fbff9d","repo":"coollabsio/coolify","slug":"invalid-timezone-56dbad","errorCode":null,"errorMessage":"Invalid timezone.","messagePattern":"Invalid timezone\\.","errorType":"exception","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"app/Livewire/Settings/Index.php","lineNumber":124,"sourceCode":"\n    public function confirmDomainUsage()\n    {\n        $this->authorize('update', $this->settings);\n        $this->forceSaveDomains = true;\n        $this->showDomainConflictModal = false;\n        $this->submit();\n    }\n\n    public function submit()\n    {\n        try {\n            $this->authorize('update', $this->settings);\n            $error_show = false;\n            $this->resetErrorBag();\n\n            if (! validate_timezone($this->instance_timezone)) {\n                $this->instance_timezone = config('app.timezone');\n                throw new \\Exception('Invalid timezone.');\n            } else {\n                $this->settings->instance_timezone = $this->instance_timezone;\n            }\n\n            if ($this->settings->public_port_min > $this->settings->public_port_max) {\n                $this->addError('settings.public_port_min', 'The minimum port must be lower than the maximum port.');\n\n                return;\n            }\n\n            // Trim FQDN to remove leading/trailing whitespace before validation\n            if ($this->fqdn) {\n                $this->fqdn = trim($this->fqdn);\n            }\n\n            $this->validate();\n\n            if ($this->settings->is_dns_validation_enabled && $this->fqdn && $this->server) {","sourceCodeStart":106,"sourceCodeEnd":142,"githubUrl":"https://github.com/coollabsio/coolify/blob/70b9acc42467278373e00de77abb40684e25b395/app/Livewire/Settings/Index.php#L106-L142","documentation":"Error \"Invalid timezone.\" thrown in coollabsio/coolify.","triggerScenarios":"Thrown at app/Livewire/Settings/Index.php:124 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"70b9acc42467278373e00de77abb40684e25b395","analyzedAt":"2026-08-17T01:41:01.313Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}