{"record":{"id":"d929f38cf707d963","repo":"wasmerio/wasmer","slug":"remote-deployments-require-the-app-s-package-to-re","errorCode":null,"errorMessage":"remote deployments require the app's package to reference a local path (found `{other}`)","messagePattern":"remote deployments require the app's package to reference a local path \\(found `(.+?)`\\)","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"lib/cli/src/commands/app/deploy.rs","lineNumber":436,"sourceCode":"                );\n            }\n        }\n\n        let current_config: AppConfigV1 = serde_yaml::from_value(app_yaml.clone())?;\n        let new_config_raw = crate::utils::yaml::apply_app_config_to_yaml(\n            &config_str,\n            &current_config.clone().to_yaml_value()?,\n        )?;\n        std::fs::write(app_config_path, new_config_raw)\n            .with_context(|| format!(\"Could not write file: '{}'\", app_config_path.display()))?;\n\n        let mut app_config = current_config.clone();\n        app_config.owner = Some(owner.clone());\n\n        match &app_config.package {\n            PackageSource::Path(_) => {}\n            other => {\n                anyhow::bail!(\n                    \"remote deployments require the app's package to reference a local path (found `{other}`)\"\n                );\n            }\n        }\n\n        let original_config = Some(app_config.clone().to_yaml_value()?);\n\n        Ok(RemoteBuildInput {\n            app_config,\n            owner,\n            original_config,\n            config_path: Some(app_config_path.to_path_buf()),\n        })\n    }\n\n    async fn prepare_remote_build_without_config(\n        &self,\n        client: &WasmerClient,","sourceCodeStart":418,"sourceCodeEnd":454,"githubUrl":"https://github.com/wasmerio/wasmer/blob/8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5/lib/cli/src/commands/app/deploy.rs#L418-L454","documentation":"Error \"remote deployments require the app's package to reference a local path (found `{other}`)\" thrown in wasmerio/wasmer.","triggerScenarios":"Thrown at lib/cli/src/commands/app/deploy.rs:436 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"}