Forum Discussion

JasonEades's avatar
JasonEades
Copper Contributor
Aug 18, 2021
Solved

SPFX webpart not added to site after deployment

I have developed a SPFx WebPart using react. When packaging this solution, I use the following commands: gulp clean gulp bundle --ship gulp package-solution --ship FYI, I'm using these options in ...
  • JasonEades's avatar
    Aug 19, 2021
    This is some sort of caching issue related to removing/adding the app from the AppCatalog. The only solution I found was to delete the app, then change the guid id in the package-solution.json file, re-deploy. It began showing up again after that.

Resources