Meteor deploy my_app_name.meteor.com

I’m following the Meteor tutorial. I’m on step 6 - Deploying your app and I keep getting the following message. I’ve tried all of the suggested resolutions with no success.

Macintosh-2:simple-todos kmcrayton7$ meteor deploy my_app_name.meteor.com
Sorry, that site belongs to a different user.
You are currently logged in as kmcrayton7.

Either have the site owner use ‘meteor authorized --add’ to add you as an authorized developer for
the site, or switch to an authorized account with ‘meteor login’.

This is most likely because my_app_name has already been taken by another person.

Try something unique like, kmcrayton7_test1.meteor.com

Thanks…that worked :smile: