Hi, I ve an error on deploy. I ve trying differents port such as 3000,8000,10000 on Render ENV and there is always the same error. Also I add a default port on my source code PORT: Env.schema.number() || 3000, but same problem.
You’ll want to make sure the service is actually listening on the specified port as defined in your environment variable. Additionally, ensure the service is listening on 0.0.0.0.