New build have no internet access

When I build my app now, it have no internet access. I have App on Google play and works fine on android version 10. Now we have new gradle and google serverices and when I build it, app cannot connect to internet and fetch data.

Have you checked that you’ve set your whitelist options correctly in your config.xml file?

Show console log from device

Yes, I have checked whitelist. I solved the problem by removing cordova-plugin-whitelist and adding again, then it updates to 1.3.4. Before that I also added:

  • android:usesCleartextTraffic=“true”
  • android:networkSecurityConfig="@xml/network_security_config"
    in AndroidManifest.xml