I only changed the value of an existing plaintext environmental variable so it had the exact same code as the previous instance.
It logged Instance created. Preparing to start... and then ~15 min later Instance stopped and nothing more.
I made a small change to HTML, confirmed tests pass locally, the app runs locally, and CI passes on GitHub. That deployment is currently “Erroring” with the following as logs:
Instance created. Preparing to start...
Network configuration propagated
Instance is starting. Propagating network configuration...
Instance is stopping
My gut says this problem is not specific to my application and likely an infrastructure problem. Please let me know what else I can do to debug, get logs, or explore the problem so we can get to a solution.
It’s indeed looking like an infra issue. I quickly checked and there is an issue with the machine where your latest deployment has been scheduled; thing is, we automatically try to allocate on different machines in case of internal failures, so there is definitely something wrong.
I’m looking deeper into it, we will get back to you here when we have more details.
Hello, i have the same issue on my project : Instance created. Preparing to start... Instance is starting. Propagating network configuration... Network configuration propagated
and about 15minutes later : Instance is stopping
with no further logs…
This is not the first time it happened to me, do you have more details on this issue ?