Meteor.com deploy asking for username and password?

I’m typing my usual meteor deploy sitename.com into my command prompt to upload and test my site on the free meteor hosting, but for some reason once the package build is finished it’s asking me for a username and password. This wasn’t happening until this morning… any ideas?

check if you are logged in by (in the console):

$ meteor whoami

and then you can login by:

$ meteor login
2 Likes

Thanks for that! It’s working perfectly now :slightly_smiling: