{"record":{"id":"4803985dc06f8d5b","repo":"wasmerio/wasmer","slug":"no-owner-specified-use-owner-owner-480398","errorCode":null,"errorMessage":"No owner specified: use --owner <owner>","messagePattern":"No owner specified: use --owner <owner>","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"lib/cli/src/commands/app/deploy.rs","lineNumber":571,"sourceCode":"    async fn run_async(self) -> Result<Self::Output, anyhow::Error> {\n        let client = login_user(&self.env, !self.non_interactive, \"deploy an app\").await?;\n\n        if self.build_remote && self.publish_package {\n            anyhow::bail!(\"--build-remote cannot be combined with --publish-package\");\n        }\n\n        if self.build_remote {\n            self.handle_remote_build(&client).await?;\n            return Ok(());\n        }\n\n        let (app_config_path, base_dir_path) = self.resolve_app_paths()?;\n\n        if !app_config_path.is_file() && self.ensure_app_config {\n            let owner = if let Some(owner) = &self.owner {\n                owner.clone()\n            } else if self.non_interactive {\n                anyhow::bail!(\"No owner specified: use --owner <owner>\");\n            } else {\n                let user =\n                    wasmer_backend_api::query::current_user_with_namespaces(&client, None).await?;\n                crate::utils::prompts::prompt_for_namespace(\n                    \"Who should own this app?\",\n                    None,\n                    Some(&user),\n                )?\n            };\n\n            let app_name = if let Some(name) = &self.app_name {\n                name.clone()\n            } else if self.non_interactive {\n                anyhow::bail!(\"No app name specified: use --name <app_name>\");\n            } else {\n                let default_name = base_dir_path\n                    .file_name()\n                    .and_then(|f| f.to_str())","sourceCodeStart":553,"sourceCodeEnd":589,"githubUrl":"https://github.com/wasmerio/wasmer/blob/8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5/lib/cli/src/commands/app/deploy.rs#L553-L589","documentation":"Error \"No owner specified: use --owner <owner>\" thrown in wasmerio/wasmer.","triggerScenarios":"Thrown at lib/cli/src/commands/app/deploy.rs:571 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"}