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.
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.
Confirmed working January 2026. After changing mix.exs:
Dependency ash_authentication_phoenix is already in mix.exs. Should we replace it?
Desired:
{:ash_authentication_phoenix, "~> 2.0"}
Found:{:ash_authentication_phoenix, "~> 2.10.5"}
[Y/n] n
ash_authentication_phoenix.install
Would be nice with an errata or fix for this.