Forum Discussion
JasonEades
Aug 18, 2021Copper Contributor
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 ...
- Aug 19, 2021This 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.
JasonEades
Aug 19, 2021Copper Contributor
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.