Deploy failed.
I am deploying spring boot rest api project .Although project started successfully , connected with database , deploy progress hang in inprogress state and then take long time and goes failed.
I got 502 Bad request earlier and decided to re deploy again and got this state.
Hey,
SpringBoot services generally operate on port 8080 by default. I’m thinking there’s a chance we could be overlooking the correct port configuration in your case. For a quick resolution, would you mind setting a ‘PORT’ environment variable to 8080? Doing this should override any automatic port detection and align your setup with the typical SpringBoot configuration.
Jérémy.
Render Support, UTC+3