Hi,
I’ve recently installed a one-click application, and everything is working fine(managed to create, and migrate the database). But when I launched the rails c, all goes well till I try to perform an action, I then receive the error code;
PG::ConnectionBad: fe_sendauth: no password supplied
Thank you.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
https://stackoverflow.com/questions/32186349/rails-console-no-password-supply-error
Don’t know much about Rails, but doing a search for the error returns many answers, which all leads to a little mis-configuration (both in the Rails configuration and if you’re connection through TCP or socket): http://stackoverflow.com/questions/13690162/rails-postgres-fe-sendauth-no-password-supplied http://stackoverflow.com/questions/23375740/pgconnectionbad-fe-sendauth-no-password-supplied