Build successful in logs but deploy isn't complete

We’re currently investigating this issue further- I’ll let you know if we find anything. How long have you noticed this issue?

I’m getting the same issues

perhaps a week or so

Thanks for the extra info. We’ve drained what seems to be a problematic node on our end, and this should hopefully fix the issue. If you experience this issue again, would you let us know in this thread? We’re going to keep monitoring this situation to prevent it from happening in the future.

This is still happening

STILL HAPPENING. It timeouts eventually trying to start the service.

Is there a solution for this yet? I’m also encountering this issue.

Hey! Not sure if this is the same but my problem seems to be:

  • logs say build was succesful
  • start command gets triggered
  • no error log is shown anywhere
  • start command gets triggered on and on and on…

Screenshot of the logs:

I can’t seem to deploy my app: anyone has found a workaround?

note: @ivanprats case was caused by binding to localhost. Servers should bind to 0.0.0.0 in order to be reached from outside the service.

My build was successful but css and js was not build correctly: https://kasalang-alvin-and-eloisa.onrender.com/

Hi @albino,

It looks like you are referencing some dependencies in your app.js and your toast.js files that are not installed specifically react-phoenix and cogo-toast . Can you try adding those to your dependency list and see if that resolved the issue?

1 Like

It is installed and I’m using it perfectly fine locally, I also tried building the app locally and it worked fine as well.

My package.json

{
  "dependencies": {
    "autoprefixer": "^10.4.0",
    "cogo-toast": "2.0.1",
    "postcss": "^8.3.11",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-phoenix": "file:../deps/react_phoenix",
    "tailwindcss": "^2.2.19"
  },
  "devDependencies": {
    "node-sass": "^7.0.0",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-react": "^7.16.0"
  }
}