Hi team! Just started on render.com yesterday - testing some things out and it’s working well so far!
One thing I’ve been running into is that my Render deploys for one of my webapps seems to be in a weird state where the build succeeds but the deploy never actually finishes.
It always gets to
Sep 27 01:18:39 PM - ready started server on [::]:10000, url: http://localhost:10000
Sep 27 01:18:45 PM - info Loaded env from /opt/render/project/src/packages/frontend/.env
Sep 27 01:18:48 PM - info Loaded env from /opt/render/project/src/packages/frontend/.env
in the logs but the green “Deploy live” icon never shows up (as it does when the deploy is actually live).
I’ve tried clearing cache + rebuilding manually but it still does not work.
However, when I just create an entirely new deployment with the exact parameters + code commit, it deploys just fine - not sure if there is something I can do to do an entire reset for my web service (I tried “Restart service” but it still doesn’t work) to simulate the act of creating an entirely new web service deployment.
The original service is stuck for hours on deploying… (has never finished) while the new deployment finished in 4 minutes (expected duration, very simple NextJS app).
Thank you!