I am facing this issue: "Error deploying or retrieving source: The file or directory that you tried to deploy or retrieve isn't in a package directory that's specified in your sfdx-project.json file" There is another post with this similar error but not able to fix with those answers. https://salesforce.stackexchange.com/questions/380221/error-deploying-or-retrieving-source
I am using:
- jdk 17
- sfdx-cli/7.181.1 win32-x64 node-v18.12.1
- Version: 1.74.1 (user setup) Commit: 1ad8d514439d5077d2b0b7ee64d2ce82a9308e5a Date: 2022-12-14T10:30:51.966Z Electron: 19.1.8 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Windows_NT x64 10.0.22621 Sandboxed: No
- Windows 11
Another issue is
{ "packageDirectories": [ { "path": "force-app", "default": true } ], "name": "IvannaDevs", "namespace": "", "sfdcLoginUrl": "https://login.salesforce.com", "sourceApiVersion": "55.0" }
Any ideas about what is wrong here?