Elixir Phoenix's Ecto strange error
Recently I started new Elixir project on a clean OS and when I ran ecto.create
command
I got this strange looking error. No message, nothing.
The solution is pretty simple: either change postgres credentials in your system to default
postgres:postgres
or define proper password in your dev.exs
confix file.