I am trying to understand why my ionic app does not allow me to login after I run all the steps for ionic upload
… I have a development server that fetches my users API so I am not using localhost. The app works fine on the emulators and on the actual mobile phones.
I am trying to understand why it does not work, at least the login does not with the Ionic View app.
Is it because is using the ionic server still despite my $http request are going to my development server url…
Does this make sense? I hope someone knows what exactly is going on and could throw me some hints… Thank you!