Module Ecto.Model.Callbacks is not loaded and could not be found

Hello,

Any ideas why this isn’t working my current setup

defp deps do
[{:phoenix, “~> 1.2.1”},
{:phoenix_pubsub, “~> 1.0”},
{:phoenix_ecto, “~> 3.0”},
{:postgrex, “>= 0.0.0”},
{:phoenix_html, “~> 2.6”},
{:phoenix_live_reload, “~> 1.0”, only: :dev},
{:gettext, “~> 0.11”},
{:cowboy, “~> 1.0”}]
end

after a research they are deprecated

Yeah, they may have already removed them in Ecto 2.0, so if you upgrade you need to stop using your callbacks :slight_smile: