I just deployed my rails app with the fly launch & fly deploy commands. I wanted to know whether my app has been seeded in production while deploying or whether it needs to be done manually. So, I ran this command:
Connecting to fdaa:1:17xxxxxxxxxx2287:2... complete
Error: ssh shell: wait: remote command exited without exit status or exit signal
After the connection has been completed, It waits for around 10 seconds to get some response but eventually, it times out and returns Error: ssh shell: wait: error.
I cannot visit my dashboard as it gives me a 500 error message… This is happening since last couple of hours. I don’t know why. And I have a strong feeling that this is showing personally to me. I tried to delete the cookie to sign back in but it’s the same result.
I guess it’s because I have re-created my app & database a couple of times and that’s why for security reasons it’s not letting me use the site. Yet, I was still able to deploy my app.
And as you mentioned, my app would possibly run out of memory, well that could be the case. I have encountered that issue a couple of times earlier but at that time I did receive an email informing me that my app has ran out of memory. Yet, I have not received such an email in this period of time.