{"record":{"id":"1314f89663318c11","repo":"wasmerio/wasmer","slug":"no-owner-specified-use-owner-xxx","errorCode":null,"errorMessage":"No owner specified: use --owner XXX","messagePattern":"No owner specified: use --owner XXX","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"lib/cli/src/commands/app/deploy.rs","lineNumber":212,"sourceCode":"    ) -> anyhow::Result<String> {\n        if let Some(owner) = &self.owner {\n            return Ok(owner.clone());\n        }\n\n        if let Some(serde_yaml::Value::String(owner)) = &app.get(\"owner\") {\n            return Ok(owner.clone());\n        }\n\n        if let Some(edge_app) = maybe_edge_app {\n            app.as_mapping_mut()\n                .unwrap()\n                .insert(\"owner\".into(), edge_app.owner.global_name.clone().into());\n            return Ok(edge_app.owner.global_name.clone());\n        };\n\n        if self.non_interactive {\n            // if not interactive we can't prompt the user to choose the owner of the app.\n            anyhow::bail!(\"No owner specified: use --owner XXX\");\n        }\n\n        let user = wasmer_backend_api::query::current_user_with_namespaces(client, None).await?;\n        let owner = crate::utils::prompts::prompt_for_namespace(\n            \"Who should own this app?\",\n            None,\n            Some(&user),\n        )?;\n\n        app.as_mapping_mut()\n            .unwrap()\n            .insert(\"owner\".into(), owner.clone().into());\n\n        Ok(owner.clone())\n    }\n    async fn create(&self) -> anyhow::Result<()> {\n        eprintln!(\"It seems you are trying to create a new app!\");\n","sourceCodeStart":194,"sourceCodeEnd":230,"githubUrl":"https://github.com/wasmerio/wasmer/blob/8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5/lib/cli/src/commands/app/deploy.rs#L194-L230","documentation":"Error \"No owner specified: use --owner XXX\" thrown in wasmerio/wasmer.","triggerScenarios":"Thrown at lib/cli/src/commands/app/deploy.rs:212 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":"8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5","analyzedAt":"2026-09-01T23:06:31.009Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-09T06:17:21.866Z"}