Closed mxgrn closed 1 month ago
🤔 is AshPostgres on the latest version? Does it work if you do mix compile
first?
Can you try ash
main
and see if that works?
mix compile
runs fine, the exact versions can be seen in my output, I suppose. I'll try main
now.
I'd try upgrading to the latest versions of the relevant packages and trying again also.
mix deps.update ash ash_postgres igniter
Your ash_postgres is a few versions behind.
Your ash_postgres is a few versions behind.
Hm, I wonder how I ended up with older versions when starting afresh... After updating, it worked, thanks!
I wonder how I ended up with older versions when starting afresh
I figured it out. My mix.lock did have an older version of Ecto, which made ash_postgres to resolve to its older version, too.
Something to keep in mind for the future. Sorry that it didn't occur to me the first time you suggested to check the ash_postgres version, I was too confident that I had the latest 🤦♂️
Describe the bug
I'm following the Getting started section on ash_postgres. When trying to run
mix ash.patch.extend
, I'm getting the above error.Here's the full output: