Hi!
The following message is shown in the terminal, every time I make changes to my code
Doing HTTP request: POST https://www.meteor.com/oauth2/authorize?state=XXX&response_type=code&client_id=YYY&redirect_uri=https%3A%2F%2Factivity.meteor.com%2F_oauth%2Fmeteor-developer%3Fclose
This is how I start my meteor (1.4.4.4) app:
meteor run android-device --verbose --mobile-server https://myserver.com
Why would my app call www.meteor.com when I have my own server I deploy to?
Thanks for all hints!