{"record":{"id":"691ca7cec88e6e7f","repo":"coollabsio/coolify","slug":"not-found-691ca7","errorCode":null,"errorMessage":"Not Found","messagePattern":"Not Found","errorType":"http","errorClass":"HttpException","httpStatus":404,"severity":"error","filePath":"app/Livewire/Project/Shared/ExecuteContainerCommand.php","lineNumber":61,"sourceCode":"        $this->containers = collect();\n        $this->servers = collect();\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->authorize('view', $this->resource);\n            if ($this->resource->destination->server->isFunctional()) {\n                $this->servers = $this->servers->push($this->resource->destination->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->authorize('view', $this->resource);\n            if ($this->resource->destination->server->isFunctional()) {\n                $this->servers = $this->servers->push($this->resource->destination->server);\n            }\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->authorize('view', $this->resource);\n            if (! $this->resource->isRunning()) {\n                $this->containersLoaded = true;\n            }\n            if ($this->resource->server->isFunctional()) {\n                $this->servers = $this->servers->push($this->resource->server);\n            }\n        } elseif (data_get($this->parameters, 'server_uuid')) {\n            $this->type = 'server';","sourceCodeStart":43,"sourceCodeEnd":79,"githubUrl":"https://github.com/coollabsio/coolify/blob/70b9acc42467278373e00de77abb40684e25b395/app/Livewire/Project/Shared/ExecuteContainerCommand.php#L43-L79","documentation":"Error \"Not Found\" thrown in coollabsio/coolify.","triggerScenarios":"Thrown at app/Livewire/Project/Shared/ExecuteContainerCommand.php:61 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"}