Sulman Baig
CTO & Co-founder @pageinteract.com #RoR #VueJS
Hello! Congrats on this great text. I was trying to follow your process, but I'm having a problem with accessing app to postgres. every time, in the end of deployment process, I get a message saying the authentication. I'm sure about the password is being passed, since I'm having the error about username/password not matching. Did you pass anything like this?
Wilson Mayers Thanks for the appreciation.
I haven't came across the issue you are mentioning but keep in mind my postgres user is
postgresand I am only getting password of db in this tutorial and username is hardcoded. Also please make sure your database.yml file has:<% if ENV["DB_HOST"] %> host: <%= ENV["DB_HOST"] %> username: postgres <% end %>for production db.
Hoping this resolves your issue. If issue still persists, contact me and may be we can come to some solution together.