Meteor.loginWithPassword not work in Android Device

I tried running meteor run android device and trying to log in with Meteor.loginWithPassword, nothing happened, while running it on chrome, I was able to log in normally? Where did I go wrong? I tried running the console in the Meteor.loginWithPassword function but it didn’t work

upppp up up up, Does anyone have a way to fix it?

Are you running locally or on production? If you are running locally is possible the mobile app is not connecting to the server. You may want to check if that’s the case.

If you’re able to provide a reproduction, that would be great.

Didn’t you get any errors? Were you able to check the console while trying to login in the device?

i try put

“MONGO_URL”: “mongodb://192.168.1.101:3001/”

to settings.json, and it’s work, not really understand