pnp / sp-dev-site-scripts

Repository for sample SharePoint site designs and site scripts
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
MIT License
162 stars 68 forks source link

Unable to handle action installSPFXSolution #8

Closed Chaitra1006 closed 6 years ago

Chaitra1006 commented 6 years ago

"Add-SPOSiteScript : Unable to handle action installSPFXSolution. No action handler was registered for this action." error is encountered on Add-SPOSiteScript execution.

Whereas Site Script with verb:applyTheme works perfectly fine.

image

Am I missing any step? What could be the issue?

Thank you for reporting an issue or suggesting an enhancement. We appreciate your feedback - to help the team to understand your needs, please complete the below template to ensure we have the necessary details to assist you.

Category

Expected or Desired Behavior

If you are reporting a bug, please describe the expected behavior. If you are suggesting an enhancement please describe thoroughly the enhancement, how it can be achieved, and expected benefit.

Observed Behavior

If you are reporting a bug, please describe the behavior you expected to occur when performing the action. If you are making a suggestion, you can delete this section.

Steps to Reproduce

If you are reporting a bug please describe the steps to reproduce the bug in sufficient detail to allow testing. Only way to fix things properly, is to have sufficient details to reproduce it. If you are making a suggestion, you can delete this section.

Submission Guidelines

Delete this section after reading

Thanks for your contribution! Sharing is caring.

dhavalshah01 commented 6 years ago

I am facing the same issue. I even installed new SP Online management shell. but looks like its not taking the verb installSPFXSolution. If I remove the "installSPFXSolution" node, it creates the site design.

Is the support to installSPFXSolution is still not available ?

Was anyone able to resolve it ?

spcph commented 6 years ago

Seeing the same issue. Any updates on this? At least an acknowledgement that this is an actual bug og just a rollout delay. Other actions from the April Release is working just fine.

christianteh commented 6 years ago

use installSolution instead of installSPFXSolution

dhavalshah01 commented 6 years ago

@christianteh yes you are right, the syntax has changed to installSolution. That solved the issue.