Forum Discussion
tahir khan
Aug 25, 2017Copper Contributor
Apps added to App Catalog not available for installation on other sites
I started with SPFx development recently. I packaged a client side web-part as a file helloworld-webpart.sppkg following Microsoft's tutorial. Then I uploaded it to my Apps Catalog site. Though it wa...
darkaoui
Jul 23, 2020Copper Contributor
Hi,
I get the same issue, I manage to solve it using Powershell.
I uploaded the SPFx package to my Apps Catalog site using powershell and when I look for it , I find it.
Connect-PnPOnline -UseWebLogin $Site
# Add the app to the app catalog and publish it
Add-PnPApp -Path $appPath -Scope Site -Publish
I hope this solution can help someone