Is galaxy down? meteor deployment problems

Hello
I can’t deploy to meteor.com anymore.
any site I deploy to I get this warning

Oops, looks like there’s no route on the client or the server for url: "http://anySiteName.meteor.com/."

anyone has this issue too?
thanks in advance

That’s not “Galaxy”, is it? Galaxy hasn’t been released yet.

This isn’t a problem with Meteor hosting, it’s a problem with your code. That error is thrown by iron:router when it can’t find a route.

SOLVED!
thanks for the input. the problem was that it wasn’t loading and external lib (jwplayer) from the client/lib folder.
That solved the issue. Thanks anyways for pointing it out