I have deployed my rails application on Amazon using Capistrano When I deploy changes with cap production deploy then it successfully deployed and when I restart the puma server using cap production puma:restart it also return success
cap production deploy
cap production puma:restart
when I trying to login with credential then the request shows in pending state in browser console
Also on server log not generating
when I check puma process on server using ps aux | grep puma
ps aux | grep puma
2.1m questions
2.1m answers
60 comments
57.0k users