Promise Error on the Play Store

Hi everyone,

I recently upload my application on the playstore and everything was OK until I try to log into my app, nothing happen.

So I tryed to go to chrome://inspect/#devices, to inspect what’s wrong but I couldn’t access to the inspecter because of the app was download by playstore or plublished as --release, I don’t know… ?

But the most strange thing is that I could login in i use “ionic run android”, but nothing when the app is build in --release and download by the playstore ?

( I use Ionic v2 )

If somebody have an idea, I would be very nice !

Thank you.

I solved my problem by add < allow-navigation href=“http://******”/ > into my confix.xml and redeploy.
If it could help