Ash Framework: ash_authentication_phoenix: Installation fails with versions > 2.10.5 (page 112).

It seems that the dependencies versions are outdated.

Quick fix (for newbies like me):

  • change mix.exs with the last working version:

    {:ash_authentication_phoenix, “~> 2.10.5”}

  • do not accept overwriting when prompted.