Unable to delete/uninstall "Demo Widget React"

Hello,

I recently installed the “Demo Widget React” for testing purposes and am now encountering difficulties in uninstalling it.

Despite having admin permissions, the process to remove it is unclear to me.

I followed the installation steps from the HubSpot developer guide (Calling extensions SDK - HubSpot docs),

Specifically using the command:

localStorage.setItem(“LocalSettings:Calling:installDemoWidget”, “app”);

The same guide, does not provide any steps for uninstalling the widget.

I would greatly appreciate assistance in this matter.

Thanks,


@Isaac-Dev wrote:

Hello,

I recently installed the “Demo Widget React” for testing purposes and am now encountering difficulties in uninstalling it.

Despite having admin permissions, the process to remove it is unclear to me.

I followed the installation steps from the HubSpot developer guide (Calling extensions SDK - HubSpot docs),

Specifically using the command:

localStorage.setItem(“LocalSettings:Calling:installDemoWidget”, “app”);

The same guide, does not provide any steps for uninstalling the widget.

I would greatly appreciate assistance in this matter.

Thanks,


Since the HubSpot developer guide doesn’t offer specific steps for uninstallation, it leaves users unsure about how to proceed. To tackle this, you might need to manually remove any associated files or configurations. Check your project directory for related files, revert any configuration changes made for the widget, and consider clearing your browser’s local storage.