Tutorial App Issues

I’m a complete n00b, and am in the midst of the tutorial app. I’m trying to deploy the app and I keep receiving this message:

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’.

Any ideas how to get passed this to check out the new cool app?

That just means that someone else has already occupied that sub-domain name. You would either have to contact the developer that is owning that domain name or choose a different one.

Alright, sweet, thanks dood! And so my next question is: how do I change the domain name? However, give me a moment to try and figure it out and I’ll ask if I get stuck

There does not seem to be a way to reassign one of the development servers that Meteor provides. However, you can delete one and then just deploy it to a different one.

http://docs.meteor.com/#/full/meteordeploy

I went back and changed the folder and file names to deploy elsewhere and ran into separate issues, but it seems like they’re from my code:

Deploying to meteoritenz.meteor.com.

Errors prevented deploying:
While processing files with templating (for target web.browser):
meteoritenz.html:44: Expected one of: , ,

While processing files with ecmascript (for target web.browser):
meteoritenz.js:12:4: meteoritenz.js: Unexpected token (12:4)

While minifying app stylesheet:
app/meteoritenz.css:12:1: missing ‘}’

While processing files with ecmascript (for target os.linux.x86_64):
meteoritenz.js:12:4: meteoritenz.js: Unexpected token (12:4)

Here’s your problem.

I added that in the CSS code and still got:

hile processing files with templating (for target web.browser):
meteoritenz.html:44: Expected one of: , ,

While processing files with ecmascript (for target web.browser):
meteoritenz.js:12:4: meteoritenz.js: Unexpected token (12:4)

While processing files with ecmascript (for target os.linux.x86_64):
meteoritenz.js:12:4: meteoritenz.js: Unexpected token (12:4)

Now that I got the deployment issue solved, I’ll just go back and restart the entire tutorial though and see if that changes anything. This has been an excellent tutorial in the Meteor Community though and the help pages…I really appreciate your help man!

Yeah absolutely! Have a great day.

I think it’s in how I updated the code in the HTML/CSS/JS files as I went along and my issues are definitely in there. You have a good one too

1 Like

main.css needs to be changed to main.less…had the same problem and this solved it