How to handle PORT error on render for rails api-only application – NO OPEN PORTS DETECTED during deployment
I am trying to deploy my rails api-only app on render. When I effect changes and push to github, it builds successfully, but does not deploy. The error is “./bin/rails: Permission denied”
“No open ports detected”. What could be possibly wrong?
Error screenshot