Closed leom806 closed 5 years ago
Try changing ChatWeb.Repo
to Chat.Repo
. That's a common mistake we see a lot. Let me know if that fixes it.
Oops, yeah, thank you, I should have seen that anyway.
I then got another error, my database was not created but I changed my connection on development environment to point to the gigalixir config
database url and ran the mix ecto.migrate
"locally" which get it to work now.
Probably my setup has more inconsistencies but it might help someone in the learning process as me.
Thank you, @jesseshieh!
Hey guys, it is my first time using Gigalixir but I'm stuck here with this error:
Running:
gigalixir run mix ecto.create
return me this ingigalixir logs
I've created the Phoenix project and then followed the docs to deploy it, not sure why I am getting this error when I try to run all my migrations because I did create the database using
gigalixir pg:create --free
and my prod.exs is as follow:Let me know if you guys need any more details