-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No source backed components present in package #1151
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
I also switched to deploy with REST and received the same error. |
@mfullmore, what happens if you drop the space in the MDT reference, |
Hi @mfullmore nice find! @aheber's suggestion was able to fix the problem for me, I'll fix this right away! |
This issue has been linked to a new work item: W-9803972 |
Yes, can you give us your repro, including what type of .settings files you have and the command you're using? |
In my case I'm running into this error when trying to deploy code from hidden subfolder on Windows, e.g. After updating Is there any way to force sfdx deploy from hidden folder as well? Thanks in advance |
"After updating .hiddenFolder to publicFolder it starts working right away." -> works for me. |
Hi I am trying to deploy an apex class into an org like this.
sfdx force:source:deploy -u dev1 -m "ApexClass: Gatekeeper"
I am expecting to deploy said apex class :)
*** Deploying with SOAP API ***
ERROR running force:source:deploy: No source backed components present in the package
The text was updated successfully, but these errors were encountered: