You need to sign in to do that
Don't have an account?
Jon Simmonds 11
Permission required to deploy LWC's?
Is there a specific permission required to deploy Lightning Web Components to a sandbox using sfdx deploy from VS Code?
We have created a custom profile that a developer is using, they have connected to a sandbox and are trying to deploy Lightning Web Components to that sandbox using the sfdx force:source:deploy command.
We get the following error:
We have created a custom profile that a developer is using, they have connected to a sandbox and are trying to deploy Lightning Web Components to that sandbox using the sfdx force:source:deploy command.
We get the following error:
If you are using the 'System Admin' profile to deploy you should be able to deploy.
https://trailhead.salesforce.com/content/learn/modules/lightning-web-components-basics/push-lightning-web-component-files
Chcek below references.
https://help.salesforce.com/articleView?id=000328226&type=1&mode=1
https://www.infallibletechie.com/2012/12/insufficient-access-rights-on-cross.html
Thanks,