LightningContainerExamples
LightningContainerExamples copied to clipboard
Partial deploy error
I am following the instructions here: https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/container_examples.htm
Ran into this problem when running npm run deploy
on a fresh dev org:
troy@trove:Realty troy$ npm run deploy
> [email protected] deploy /Users/troy/Documents/dev/test-vagrant/LightningContainerExamples/ReactJS/Javascript/Realty
> jsforce-deploy -l https://XXXXXXXX-dev-ed.my.salesforce.com -u XXXXXX -p XXXXX -D metadata
Logged in as: XXXXXXXXX
Deploying to server...
Deploy Succeeded Partially.
Id: 0Aff4000002i5fOCAQ
Status: SucceededPartial
Success: true
Done: true
Number Component Errors; 1
Number Components Deployed: 79
Number Components Total: 80
Number Test Errors; 0
Number Tests Completed: 0
Number Tests Total: 0
Failures:
- Error on metadata/layouts/Contact-Contact Layout.layout : In field: QuickAction - no QuickAction named FeedItem.TextPost found
Any thoughts on a remedy?
Have you assigned the permission set to your user?
Facing same issue.I am on systemadmin profile
I removed that layout and where it was referenced, and that fixed it.