'ionic 3/4 application REST API works on android 6 device but not android 10 device

I built an ionic app that uses REST API passport for login/registration with a laravel 5.7 application. When i tested the app on an android 6 device, I can register / login successfully but when I test it on android 10 device, I cant register and there is no response returned from the server.

I tried running ionic cordova build android@latest to ensure the android build version matches the test device (android 10) but there is still no response from the server.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source