this is my log since I restarted the app today, with no change in the code… This makes one request per second, I dont know why, and my cpu is constantly pushed to 100% making my site completely unusable.
Someone knows where it comes from and how to stop it ?
When I try to restart the service, it doesnt stop these requests to spam the logs once per second
I have similar messages and I think blueprint’s buildCommand is not triggered. Seems like a Render’s problem.
==> No open ports detected, continuing to scan...
==> Docs on specifying a port: https://render.com/docs/web-services#port-binding
==> No open ports detected, continuing to scan...
==> Docs on specifying a port: https://render.com/docs/web-services#port-binding
Do you have any fix ?
My site is completely frozen since
Try to manually restart the service
I did not work at first, but after a certain amount of restart it finally looks fine, im still curious about what was the source of it tho, the resolution looked very random
I had to deploy a new commit and it restarted … and restart doesnt help …
Yeah. I think we need to wait for Render crew to help us. Looks like a bug.
Hey,
I see that you’ve already initiated a support ticket with us. To avoid any confusion or duplicate efforts, let’s continue the conversation there. For reference, this looks to be affecting users exposing a TCP port instead of HTTP.
Jérémy.
Render Support, UTC+3
I also faced the same issue, and struggled for an hour.
- changed the PORT config according to the guide,
- changed NODE_ENV=production
nothing changed.
Then I figured, I used BASE_URL=localhost in Environment variables
I had to change it to BASE_URL=0.0.0.0
and it worked.