a month ago
I can no longer ssh into my instance. Before I was able to with no issue.
Failed to connect: Your application is not running or in a unexpected state
This may happen because the service is serverless (sleeping) and has scaled to zero.
Serverless containers cannot accept SSH connections when idle.
To SSH into this service:
- Send a request to wake the service, then retry
- Or disable 'Sleep when idle' in service settings to keep it running
Pinned Solution
a month ago
Is your application sleeping…? If so, go into the server settings and disable serverless.
2 Replies
a month ago
Is your application sleeping…? If so, go into the server settings and disable serverless.
a month ago
Serverless wasn't enabled. Here's what I did in case it helps anyone else.
I noticed the application status showed "complete" instead of "online". I duplicated the instance, and the new one showed "online" status. I was able to SSH into it. I then moved the original instance (that showed "complete") to another region, and its status changed to "online" with SSH access now working.
Status changed to Solved brody • about 1 month ago