I can't deploy a django app to the singapore region

I’m getting this error below even though the Singapore region has no issues.


:multiply: [1/2] Failed: timeout reached waiting for machine’s state to change

[2/2] Waiting for job


Error: timeout reached waiting for machine’s state to change

Your machine was created, but never started. This could mean that your app is taking a long time to start,

but it could be indicative of a region issue.

You can try deploying to a different region,

or you can try increasing the timeout with the --wait-timeout flag

Please add your TOML file here, rendered using a Markdown code block, so readers can see what kind of app you have. I’d guess that you have a healthcheck and it is not ever detecting a healthy state.