{"record":{"id":"eb5a1c0359c4b7c6","repo":"wasmerio/wasmer","slug":"the-app-yaml-references-a-local-package-but-no-wa-eb5a1c","errorCode":null,"errorMessage":"The app.yaml references a local package, but no wasmer.toml manifest was found in {}","messagePattern":"The app\\.yaml references a local package, but no wasmer\\.toml manifest was found in (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"lib/cli/src/commands/app/deploy.rs","lineNumber":767,"sourceCode":"                        \"The app.yaml references a local package, but no wasmer.toml manifest was found in {} - use --build-remote to deploy with a remote build.\",\n                        base_dir_path.display()\n                    );\n                }\n\n                let theme = ColorfulTheme::default();\n                let should_use_remote = Confirm::with_theme(&theme)\n                    .with_prompt(format!(\n                        \"No wasmer.toml manifest found in {}. Deploy with a remote build instead?\",\n                        base_dir_path.display()\n                    ))\n                    .default(true)\n                    .interact()?;\n\n                if should_use_remote {\n                    self.handle_remote_build(&client).await?;\n                    return Ok(());\n                } else {\n                    anyhow::bail!(\n                        \"The app.yaml references a local package, but no wasmer.toml manifest was found in {}\",\n                        base_dir_path.display()\n                    );\n                }\n            }\n        }\n\n        let opts = match &app_cfg_new.package {\n            PackageSource::Path(path) => {\n                let path = PathBuf::from(path);\n\n                let path = if path.is_absolute() {\n                    path\n                } else {\n                    app_config_path.parent().unwrap().join(path)\n                };\n\n                if !self.quiet {","sourceCodeStart":749,"sourceCodeEnd":785,"githubUrl":"https://github.com/wasmerio/wasmer/blob/8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5/lib/cli/src/commands/app/deploy.rs#L749-L785","documentation":"Error \"The app.yaml references a local package, but no wasmer.toml manifest was found in {}\" thrown in wasmerio/wasmer.","triggerScenarios":"Thrown at lib/cli/src/commands/app/deploy.rs:767 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"}