You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running mix ecto.setup, the following exception raises:
10:33:22.366 [error] GenServer #PID<0.287.0> terminating
** (RuntimeError) connect raised KeyError exception: key :password not found. The exception details are hidden, as they may contain sensitive data such as database credentials. You may set :show_sensitive_data_on_connection_error to true when starting your connection if you wish to see all of the details
(elixir) lib/keyword.ex:393: Keyword.fetch!/2
(postgrex) lib/postgrex/protocol.ex:722: Postgrex.Protocol.auth_md5/4
(postgrex) lib/postgrex/protocol.ex:579: Postgrex.Protocol.handshake/2
(db_connection) lib/db_connection/connection.ex:69: DBConnection.Connection.connect/2
(connection) lib/connection.ex:622: Connection.enter_connect/5
(stdlib) proc_lib.erl:249: :proc_lib.init_p_do_apply/3
Last message: nil
State: Postgrex.Protocol
** (Mix) The database for Accent.Repo couldn't be created: killed
When running
mix ecto.setup
, the following exception raises:This is my
.env
file:The database
accent
exists and the userpostgres
has access to it. Tested that with thepsql
tool.Some version information:
The text was updated successfully, but these errors were encountered: