Deploys failing without logs

Hey there,

My deploys are failing and I can’t see the logs :frowning:

3 Likes

Actually even the deploy logs dont work

+1. Facing the same issue. Tried to deploy a node app here and I see no logs at all. The build just fails.

+1 Same thing here with a rust application !

+1 Same issue with a Node background worker. Deploys fail with no logs - not even when connected to a log stream.

All the same with a Docker application for Laravel

I guess now I have my answer about render.com reliability, 24h+ of deploy downtime and not even a note anywhere, status page all green… I’m a paying user.

1 Like

Same issue since 12 pm yesterday

Hi so I don’t know what the reason behind this mess is but take a look at this - NestJs won't deploy - #5 by John_B

My service is hosted in the Frankfurt region. Tried recreating the service in the Singapore region and it worked. This could be an issue with Frankfurt.

I’m getting 500 {"message":"internal server error"} when deploying with the API

  api_key = Rails.application.credentials.render_api_key
  url = "https://api.render.com/v1/services/#{service_id}/deploys"

  response = RestClient.post(url, {}, {
    accept: :json,
    Authorization: "Bearer #{api_key}"
  })

Just tried a deployment on Singapore and that works fine. Seems like problem is most likely just the Frankfurt region at the moment.

I don’t think changing the deployment to Singapore is a solution.

Also, I don’t understand how after 3 days no one from Render support has said nothing …

Hi. The Frankfurt region issue seems to be fixed as well. It works for me now.

Hi. I got the same issue in the Frankfurt region

Also facing the same issue. Trying to push a small change I made on my GitHub repo and it constantly is getting failed even though the logs say “Build Successful”. Just switched over from Heroku for a school project cause I need a free space to host a project and this has been pretty frustrating to try and get working for the past few days.

Ramon, the original poster of this thread (who we’ve been talking with on another ticket) mentioned that we hadn’t posted anything here about what’s going on - quite right to call us out. Thank you.

We’ve been dealing with this since over the weekend now and blank logs continue to plague us across services. We have a new reworked logging solution waiting to replace the present one which will be much more reliable and robust but at the moment we’re fighting fires with the old one.

Right now, we’re fully aware of the issue and are working as hard as we can to resolve it - failed deploys without logs are absolutely terrible!

Thank you for your patience here!

John B

1 Like

Just an update here to close this one out - we applied a fix last week and have been closely monitoring across the weekend and now consider this resolved. Any repeat cases then please contact us via support@render.com

John B

Hey @John_B thanks for the update!

Sadly, I am not facing Deployment fails and the logs don’t show the entire process.

Any idea on how to solve this? :smile:

1 Like

Thanks for the thread! I’m also deploying my django app in the Singapore region, but the deploy fails and logs are blank too today!

Also, on the bright side the postgres instance has logs and deploys successfully.

Saw on Render Status - Issues with Logstreams that the issue has been resolved 17 hours ago, but I am still facing it.

** Also wanna say that I love your product, and it would be absolutely great If it worked as intended.

1 Like

Would also like to add that I’m experiencing this while trying to deploy a Django app in US-East as well.

1 Like