In Qlik Sense, when you edit a sheet, Qlik Sense needs to load in all the extensions to have them available in the assets panel.
If you have an extension with an hardcoded appid which is not existing, during the load of this extension it already tries to open up this app with the specific id.
Resolution
To solve this issue you can either delete this extension or edit the extension to remove the hardcoded id.
Cause
In the below example, the extension tries to open an app with a certain id using the <qlik-visual /> html component: