register new users using Ionic and parse

1

I'm working on a hybrid app using ionic and parse.

When I go to the terminal and use the command ionic serve , and then I try to create a new user or login, I can get no problem, ie, localhost is working.

The problem is that when I do the pro android build and testo on my phone, I can not log in or register new users.

Can anyone tell me why this is so?

Thank you!

    
asked by anonymous 27.01.2016 / 16:44

1 answer

1

The best thing to do is to upload the ionic in debug mode and you access the mobile, it will be possible to see the logs in the console.

ionic run --consolelogs --serverlogs

In the backend calls puts some "alert" on success and error, it will facilitate a lot.

I already had some problems with this, however I was using another framework, and it was permissions issues set up on my backend.

    
27.01.2016 / 16:58