Error deploying application: Connection error (socket hang up)

My app is working local host and I have successfully deployed it in the past with no issues.

Today, when I tried to load my app at crrd.meteor.com, it would stay stuck at “This site is loading.”, so I tried to redeploy it.

The first time I tried to deploy, get "Error deploying application: Connection error (socket hang up)".
The second time, I got this:"Error deploying application" and the HTML for the loading page spits out.

Does anyone know why this would happen?

I’m experiencing the same issue.

1 Like

@uri. Glad I’m not the only one. I re-ran meteor reset; meteor deploy crrd.meteor.com just now and got this error:

Error deploying application:

<title>Error</title>
<style type="text/css">
body {
font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
padding: 0;
margin: 0;
text-align: center;
}
.meteor {
padding-top: 200px;
padding-bottom: 20px;
height: 142px;
}
.message {
padding-top: 50px;
font-size: 3em;
color: #777;
letter-spacing: -1px;
font-weight: bold;
}
.submessage {
padding-top: 20px;
font-size: 1.5em;
color: #777;
letter-spacing: -1px;
font-weight: bold;
}
.counter {
padding-top: 30px;
font-size: 1em;
color: #aaa;
letter-spacing: -1px;
}
</style>
</head>
<body>
<div class="meteor"><img src="//warehouse.meteor.com/mother-assets/meteor-logo-final.png"/></div>
<div class="message">
This site is down.
</div>
<div class="submessage">
Try again later.
</div>
<div id="counter" class="counter">
</div>
<script type="text/javascript">
var refreshTime = 0 ;
if (refreshTime) {
var counterDiv = document.getElementById("counter");
var countdown = function () {
if (refreshTime < 1) {
counterDiv.innerHTML =
"Retrying...";
location.reload(true);
} else {
counterDiv.innerHTML =
"Retrying in " + refreshTime + " seconds...";
refreshTime = refreshTime - 1;
setTimeout(countdown, 1000);
}
}
countdown();
}
</script>

Yeup that’s what I’m getting as well, that and Error deploying application: Service temporarily unavailable. Please try again later.

1 Like

Seems like it is back up now. Have you tried it @uri?

Still dead for me and out of dishes

I take it back. it’s dead again :frowning:

+1
Error deploying application: Service temporarily unavailable. Please try again later.

1 Like

Yeah, my site is still not loading. I’m seriously considering deploying it to another server.

Does anyone know how to report this to status.meteor.com?

@Hongbo_Miao, it seems to be back up for the time being. Fingers crossed it doesn’t go down again. Have you tried?

No, it is still not working for me.

Sometimes it shows:

Error deploying application: Service temporarily unavailable. Please try again later.

Other times it shows:

<title>Error</title>
<style type="text/css">
body {
font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
padding: 0;
margin: 0;
text-align: center;
}
.meteor {
padding-top: 200px;
padding-bottom: 20px;
height: 142px;
}
...

Yesterday I succeed one time. Then it fails all time.

@Hongbo_Miao, you’re right. I just tried: “Error deploying application: Service temporarily unavailable. Please try again later.”

Edit: It’s very spotty. Just now I’m able to deploy… I wish they would fix whatever’s going on, or at least let us know on status.meteor.com

Still can’t deploy.
I would expect more people on this thread if this is a general issue. Any idea what’s going on?

intermittent issues with this too. i’m on a slow mac laptop; could it be a weak hardware thing? i’m at about a 50% deploy rate over the last several hours.

however, my deployed apps have been having CORS issues, and no data will download. the html will load, but the ddp connection doesn’t allow for my site name.

Hello there!

I’m just trying to deploy to my app and having the same error as OP.

Also, I’ve been trying to reach my app using the url but the ‘Site is Loading’ message have been appearing for almost one hour so far…

EDIT: After posting here and several attempts, my app deployed. Still not loading.

Same problems here.

http://status.meteor.com is saying free tier is “degraded”. That’s putting it mildly, as all my apps are down, and other people’s as well it seems. Does MDG have any ETA, or any info at all?