Debugging failed deployments

Any idea how to debug a failed deployment?
Our repo: GitHub - elie222/admin-demo
Our Render yaml: admin-demo/render.yaml at main · elie222/admin-demo · GitHub

When I do New from YAML on the site the database loads up but the web service doesn’t and no explanation or logs as to why it’s failing. Any ideas how to debug? We have almost the exact same setup working on another project.

UPDATE: going to check this isn’t an issue of main vs master branch naming.

Wow. Struggled for over an hour the other day to get this working. The fix was master vs main branch :sob:

Would be nice if there were a more clear error message when this happens.

1 Like

Sorry it wasn’t clearer. I’ll add this detail to our issue tracker.

What exactly happened with main vs. master? Did you have branch: master in the YAML file when the repo had a main branch instead?

Correct