{"record":{"id":"9f17b9f7c913b3bc","repo":"coollabsio/coolify","slug":"not-found-9f17b9","errorCode":null,"errorMessage":"Not Found","messagePattern":"Not Found","errorType":"http","errorClass":"HttpException","httpStatus":404,"severity":"error","filePath":"app/Livewire/Project/Shared/Logs.php","lineNumber":140,"sourceCode":"            $this->query = request()->query();\n            if (data_get($this->parameters, 'application_uuid')) {\n                $this->type = 'application';\n                $this->resource = Application::ownedByCurrentTeam()->where('uuid', $this->parameters['application_uuid'])->firstOrFail();\n                $this->status = $this->resource->status;\n                if ($this->resource->destination->server->isFunctional()) {\n                    $server = $this->resource->destination->server;\n                    $this->servers = $this->servers->push($server);\n                }\n                foreach ($this->resource->additional_servers as $server) {\n                    if ($server->isFunctional()) {\n                        $this->servers = $this->servers->push($server);\n                    }\n                }\n            } elseif (data_get($this->parameters, 'database_uuid')) {\n                $this->type = 'database';\n                $resource = getResourceByUuid($this->parameters['database_uuid'], data_get(auth()->user()->currentTeam(), 'id'));\n                if (is_null($resource)) {\n                    abort(404);\n                }\n                $this->resource = $resource;\n                $this->status = $this->resource->status;\n                if ($this->resource->destination->server->isFunctional()) {\n                    $server = $this->resource->destination->server;\n                    $this->servers = $this->servers->push($server);\n                }\n                $this->container = $this->resource->uuid;\n                $this->containers->push($this->container);\n            } elseif (data_get($this->parameters, 'service_uuid')) {\n                $this->type = 'service';\n                $this->resource = Service::ownedByCurrentTeam()->where('uuid', $this->parameters['service_uuid'])->firstOrFail();\n                $this->resource->applications()->get()->each(function ($application) {\n                    $this->containers->push(data_get($application, 'name').'-'.data_get($this->resource, 'uuid'));\n                });\n                $this->resource->databases()->get()->each(function ($database) {\n                    $this->containers->push(data_get($database, 'name').'-'.data_get($this->resource, 'uuid'));\n                });","sourceCodeStart":122,"sourceCodeEnd":158,"githubUrl":"https://github.com/coollabsio/coolify/blob/70b9acc42467278373e00de77abb40684e25b395/app/Livewire/Project/Shared/Logs.php#L122-L158","documentation":"Error \"Not Found\" thrown in coollabsio/coolify.","triggerScenarios":"Thrown at app/Livewire/Project/Shared/Logs.php:140 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"}