Forum Discussion
Function of "GET IT" button in Sharepoint app?
- Jun 11, 2025
As to the different versions of the same web part in one tenant, you will have to create a SiteCollection App catalog (for example by using Add-SPOSiteCollectionAppCatalog) in your DEV site and then you can deploy your web part there. In the tenant wide app catalog, only one version of an SPFx solution can be deployed at any time, and although you didn't update a web part in a site, it will still pull the updated files from the tenant wide app catalog (afaik).
As to the different versions of the same web part in one tenant, you will have to create a SiteCollection App catalog (for example by using Add-SPOSiteCollectionAppCatalog) in your DEV site and then you can deploy your web part there. In the tenant wide app catalog, only one version of an SPFx solution can be deployed at any time, and although you didn't update a web part in a site, it will still pull the updated files from the tenant wide app catalog (afaik).