If you use http instead of https in your url, add this line to AndroidManifest.xml in the <application> tag.
android:usesCleartextTraffic="true"
This should solve your problem.
If you use http instead of https in your url, add this line to AndroidManifest.xml in the <application> tag.
android:usesCleartextTraffic="true"
This should solve your problem.