{"record":{"id":"e574cb9b45f149d1","repo":"wasmerio/wasmer","slug":"no-app-configuration-file-found-in-path","errorCode":null,"errorMessage":"No app configuration file found in path {}.","messagePattern":"No app configuration file found in path (.+?)\\.","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"lib/cli/src/commands/app/secrets/utils/mod.rs","lineNumber":163,"sourceCode":"\n        if let Some(id) = id {\n            if !quiet {\n                if let Some(owner) = &app.owner {\n                    eprintln!(\n                        \"Managing secrets related to app {} ({owner}).\",\n                        app.name.context(\"App name has to be specified\")?.bold()\n                    );\n                } else {\n                    eprintln!(\n                        \"Managing secrets related to app {}.\",\n                        app.name.context(\"App name has to be specified\")?.bold()\n                    );\n                }\n            }\n            return Ok(id);\n        }\n    } else if let Some(path) = app_dir_path {\n        anyhow::bail!(\n            \"No app configuration file found in path {}.\",\n            path.display()\n        )\n    }\n\n    if non_interactive {\n        anyhow::bail!(\"No app id given. Provide one using the `--app` flag.\")\n    } else {\n        let id = prompt_app_ident(\"Enter the name of the app\")?;\n        let app = id.resolve(client).await?;\n        Ok(app.id.into_inner())\n    }\n}\n","sourceCodeStart":145,"sourceCodeEnd":177,"githubUrl":"https://github.com/wasmerio/wasmer/blob/8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5/lib/cli/src/commands/app/secrets/utils/mod.rs#L145-L177","documentation":"Error \"No app configuration file found in path {}.\" thrown in wasmerio/wasmer.","triggerScenarios":"Thrown at lib/cli/src/commands/app/secrets/utils/mod.rs:163 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"}