Ash FrameworkAF
Ash Framework4mo ago
26 replies
Rise

mix igniter.install ash_authentication_phoenix fails to compile

mix deps.get
mix ingiter.install ash
mix ingiter.install ash_postgres
mix ingiter.install ash_phoenix
mix igniter.install ash_authentication
mix ash_authentication.add_strategy password
mix ash.migrate
mix igniter.install ash_authentication_phoenix


the last command fails to compile on clean repo of Tunez
Solution
Something is strange with the last release there if you add it in your mix exs like this it should work {:ash_authentication_phoenix, "~> 2.0 and < 2.11.0"},
Was this page helpful?