Forum Discussion

CapCap1101's avatar
CapCap1101
Copper Contributor
Jun 05, 2025
Solved

Function of "GET IT" button in Sharepoint app?

Hello, I have a question related to Sharepoint deployment. Context: I have two Sharepoint sites. Both have the same webpart application but different version. But they both display the lastest versi...
  • Matthias_Glubrecht's avatar
    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).

Resources