Daniel Passos you are missing a step, the bug appears only when there is a conflict, you need to add the `edit-config` section to the config.xml
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application"> <application android:usesCleartextTraffic="true" /> </edit-config>