{"record":{"id":"3555ea0a96cb5a78","repo":"coollabsio/coolify","slug":"not-found-3555ea","errorCode":null,"errorMessage":"Not Found","messagePattern":"Not Found","errorType":"http","errorClass":"HttpException","httpStatus":404,"severity":"error","filePath":"app/Livewire/Project/Application/Deployment/Index.php","lineNumber":78,"sourceCode":"\n    public function getListeners()\n    {\n        $teamId = auth()->user()->currentTeam()->id;\n\n        return [\n            \"echo-private:team.{$teamId},ServiceChecked\" => '$refresh',\n        ];\n    }\n\n    public function mount()\n    {\n        $project = currentTeam()->load(['projects'])->projects->where('uuid', request()->route('project_uuid'))->first();\n        if (! $project) {\n            return redirect()->route('dashboard');\n        }\n        $environment = $project->load(['environments'])->environments->where('uuid', request()->route('environment_uuid'))->first();\n        if (! $environment) {\n            abort(404);\n        }\n        $environment->load(['applications']);\n        $application = $environment->applications->where('uuid', request()->route('application_uuid'))->first();\n        if (! $application) {\n            return redirect()->route('dashboard');\n        }\n        // Validate pull request ID from URL parameters\n        if ($this->pull_request_id !== null && $this->pull_request_id !== '') {\n            if (! is_numeric($this->pull_request_id) || (float) $this->pull_request_id <= 0 || (float) $this->pull_request_id != (int) $this->pull_request_id) {\n                $this->pull_request_id = null;\n                $this->dispatch('error', 'Invalid Pull Request ID in URL. Filter cleared.');\n            } else {\n                // Ensure it's stored as a string representation of a positive integer\n                $this->pull_request_id = (string) (int) $this->pull_request_id;\n            }\n        }\n\n        $this->application = $application;","sourceCodeStart":60,"sourceCodeEnd":96,"githubUrl":"https://github.com/coollabsio/coolify/blob/70b9acc42467278373e00de77abb40684e25b395/app/Livewire/Project/Application/Deployment/Index.php#L60-L96","documentation":"Error \"Not Found\" thrown in coollabsio/coolify.","triggerScenarios":"Thrown at app/Livewire/Project/Application/Deployment/Index.php:78 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"}