deploy-to-sfdx icon indicating copy to clipboard operation
deploy-to-sfdx copied to clipboard

The system cannot find the path specified when running Heroku Local

Open NVandenBossche opened this issue 5 years ago • 0 comments

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)

NVandenBossche avatar Oct 03 '19 14:10 NVandenBossche