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
I followed your book, everything was going well till page no 121. In the 5th paragraph, you say config.exs exists in auction_umbrella/apps/auction/config/ but it doesnt exist at all. I am stuck here and need help.
I am using elixir 1.13.0 and erlang/OTP 24. I tried downloading the config folder from this repo and keep in auction_web but still it doesnt work.
I tried to downloading ch6 folder from this repo and start from there, but when I run mix ecto.create, I get an error
`warning: could not find Ecto repos in any of the apps: [:auction, :auction_web].
You can avoid this warning by passing the -r flag or by setting the
repositories managed by those applications in your config/config.exs:
config :auction, ecto_repos: [...]`
The text was updated successfully, but these errors were encountered:
I followed your book, everything was going well till page no 121. In the 5th paragraph, you say
config.exs
exists inauction_umbrella/apps/auction/config/
but it doesnt exist at all. I am stuck here and need help.I am using elixir 1.13.0 and erlang/OTP 24. I tried downloading the
config
folder from this repo and keep inauction_web
but still it doesnt work.I tried to downloading ch6 folder from this repo and start from there, but when I run
mix ecto.create
, I get an errorThe text was updated successfully, but these errors were encountered: