{"record":{"id":"91064372535ed686","repo":"coollabsio/coolify","slug":"not-found-910643","errorCode":null,"errorMessage":"Not Found","messagePattern":"Not Found","errorType":"http","errorClass":"HttpException","httpStatus":404,"severity":"error","filePath":"app/Livewire/Project/Application/Deployment/Show.php","lineNumber":44,"sourceCode":"\n    public function getListeners()\n    {\n        return [\n            'refreshQueue',\n        ];\n    }\n\n    public function mount()\n    {\n        $deploymentUuid = request()->route('deployment_uuid');\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        $application_deployment_queue = ApplicationDeploymentQueue::where('deployment_uuid', $deploymentUuid)->first();\n        if (! $application_deployment_queue) {\n            return redirect()->route('project.application.deployment.index', [\n                'project_uuid' => $project->uuid,\n                'environment_uuid' => $environment->uuid,\n                'application_uuid' => $application->uuid,\n            ]);\n        }\n        $this->application = $application;\n        $this->application_deployment_queue = $application_deployment_queue;\n        $this->horizon_job_status = $this->application_deployment_queue->getHorizonJobStatus();\n        $this->deployment_uuid = $deploymentUuid;","sourceCodeStart":26,"sourceCodeEnd":62,"githubUrl":"https://github.com/coollabsio/coolify/blob/70b9acc42467278373e00de77abb40684e25b395/app/Livewire/Project/Application/Deployment/Show.php#L26-L62","documentation":"Error \"Not Found\" thrown in coollabsio/coolify.","triggerScenarios":"Thrown at app/Livewire/Project/Application/Deployment/Show.php:44 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"}