@devspo you are taking that example wrong, it’s for when you use a spa frontend along with your backend on same domain, which in mobile shouldn’t work since your app is served within your mobile phone via file://. now if you want to communicate with your backend then you’ll have to supply a full url in the url params of an axios function, or use a baseUrl in your axios setup. pls head to axios docs to learn more on how to do that.
D