Ionic view Plugin not installed

I’m trying to use Ionic view but my problem is that I’m using the plugin cordova-plugin-advanced-http and builds the ionic after deploying it to master and I see my app in ionic view it says “error” "plugin_not_installed"
someone can help me with this I am using the latest version of ionic to date and I need it so that customers can see the app

{
“name”: “gol”,
“type”: “ionic-angular”,
“integrations”: {
“cordova”: {
“plugins”: {
“cordova-plugin-whitelist”: {},
“cordova-plugin-device”: {},
“cordova-plugin-splashscreen”: {},
“cordova-plugin-ionic-webview”: {},
“cordova-plugin-ionic-keyboard”: {},
“cordova-plugin-advanced-http”: {}
}
}
},
“app_id”: “00000”
}

try that ionic config cordova I add the plugin but I do not install it I can do

Same issue…

Have you found a solution ?