minib
minib
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
marking the tread as resolved
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
can't wait 🙂
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
huge thanks to all of you guys!
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
the sign-in also works now!
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
so yeah I had another resouse in the api with a relation to User which didn't specify Accounts api
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
ooo i guess the new error message works! 🙂
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
got this
Dependencies have diverged:
* ash (https://github.com/ash-project/ash.git)
the dependency ash in mix.exs is overriding a child dependency:

> In mix.exs:
{:ash, [env: :prod, git: "https://github.com/ash-project/ash.git"]}

> In deps/ash_authentication/mix.exs:
{:ash, "~> 2.5 and >= 2.5.11", [env: :prod, hex: "ash", repo: "hexpm"]}

Ensure they match or specify one of the above in your deps and set "override: true"
** (Mix) Can't continue due to errors on dependencies
Dependencies have diverged:
* ash (https://github.com/ash-project/ash.git)
the dependency ash in mix.exs is overriding a child dependency:

> In mix.exs:
{:ash, [env: :prod, git: "https://github.com/ash-project/ash.git"]}

> In deps/ash_authentication/mix.exs:
{:ash, "~> 2.5 and >= 2.5.11", [env: :prod, hex: "ash", repo: "hexpm"]}

Ensure they match or specify one of the above in your deps and set "override: true"
** (Mix) Can't continue due to errors on dependencies
going to override
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
I'll remove _build and deps
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
okay
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
# mix.exs
{:ash, "~> 2.5"},
{:ash_postgres, "~> 1.3"},
# {:ash_authentication, "~> 3.7"},
{:ash_authentication, github: "team-alembic/ash_authentication", override: true},
{:ash_authentication_phoenix, "~> 1.4"},
# mix.exs
{:ash, "~> 2.5"},
{:ash_postgres, "~> 1.3"},
# {:ash_authentication, "~> 3.7"},
{:ash_authentication, github: "team-alembic/ash_authentication", override: true},
{:ash_authentication_phoenix, "~> 1.4"},
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
main ash_auth? it's in my mix.exs already, or you mean another package?
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
nope
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
today I've also tried to remove _build dir and recompile the whole thing
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
i've changed the resources, last time last week, but it was ok until the deps update
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
no, I've set up the auth, logged-in and was working on liveviews, until today I've decided to update the deps
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
agree
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
like I said it was working last week
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
yup
config :open_status,
ash_apis: [OpenStatus.Accounts, OpenStatus.Monitors]
config :open_status,
ash_apis: [OpenStatus.Accounts, OpenStatus.Monitors]
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
cool, standing by
123 replies
AEAsh Elixir
Created by minib on 1/30/2023 in #support
AshAuthentication Errors
i can share the repo with you if it would help
123 replies