wadewegner / deploy-to-sfdx

An open-source and community-driven tool for one-click Salesforce DX deployments from public repositories to Scratch Orgs
https://deploy-to-sfdx.com
Apache License 2.0
98 stars 22 forks source link

The system cannot find the path specified when running Heroku Local #53

Open NVandenBossche opened 4 years ago

NVandenBossche commented 4 years ago

I'm getting the following error when running the application from localhost (using "heroku local"). I'm deploying the "SFDX simple" app. https://github.com/wadewegner/sfdx-simple

Error inside the application: 2) GUID: 8b2a3c33-f764-5c69-3aef-9a27865c7918 The system cannot find the path specified. 1) Using .salesforcedx.yaml found in repository.

Following error logs from Heroku: 4:18:31 PM worker.1 | found job 8b2a3c33-f764-5c69-3aef-9a27865c7918 4:18:31 PM worker.1 | yaml true 4:18:31 PM worker.1 | message yaml Using .salesforcedx.yaml found in repository. 4:18:33 PM worker.1 | guid 8b2a3c33-f764-5c69-3aef-9a27865c7918 4:18:33 PM worker.1 | error Error: GUID: 8b2a3c33-f764-5c69-3aef-9a27865c7918 The system cannot find the path specified. 4:18:33 PM worker.1 | at formatMessage (C:\SFDX\deploy-to-sfdx\worker.js:69:13) 4:18:33 PM worker.1 | at db.any.then.then.then.then.then.then.then.then.then.settings (C:\SFDX\deploy-to-sfdx\worker.js:201:25) 4:18:33 PM worker.1 | at process._tickCallback (internal/process/next_tick.js:68:7)