If you are getting this error ” Error occurred in deployment step ‘Install SharePoint Add-in’: Sideloading of apps is not enabled on this site ” when debugging a SharePoint Add-in it means site you are using is a Production site. Sideloading of Apps is not enabled on any site by default as specially Production sites since it allow developers to load Apps which are still under development and not published.
If you are going to do some tests then enable it using PowerShell for SharePoint Online.
PowerShell code can be downloaded from MSDN code repository from Here
To disable Sideloading you can download code from here
Like this:
Like Loading...
Related
Published by Kislay Sinha
Hi there,
I work as expert / solution architect in Microsoft 365 and Azure. I am also learning Quantum Computing and consider myself as Quantum Computing Enthusiast.
In my current role I work as Enterprise Architect for On-boarding new platform / applications in organization and I also work as Solution Architect in area of Microsoft 365 and Azure.
I have done multiple migrations projects, created solutions for business applications and helped organizations on-board business applications across domains and departments.
My main skill sets are
Microsoft 365 - SharePoint, Power Platform, Microsoft Teams Development and Migration projects
Azure - Logic Apps, Modernizing and moving applications to cloud
Programming skills : .Net, C#, Q#, TypeScript. sPFX
View all posts by Kislay Sinha