gotu
gotu
First check if mysql-server is running. (Running "mysql" command, as you did, is starting an mysql-client, it does not check if a mysql-server is running). If you are using docker...
I'm using accounts-password instead of accounts-phone.. So basically the meteor project get's `$ meteor add accounts-password ` insted of mys:accounts-phone.. And the sign in page with a form for username...
Did you try https://github.com/Urigo/angular2-meteor-accounts-ui for accounts-ui? Like here: https://angular-meteor.com/tutorials/socially/angular2/users-and-authentication
Are you making a production build? (--prod) See: http://ionicframework.com/docs/v2/intro/deploying/ > Production Builds > To run or build your app for production, run > > ionic run android --prod --release >...