Book seed issue: Tunez.Music.Artist.read had no matching bulk strategy that could be used
When I try to run the first seed script for artists from the book code I get the following error message:
This is my Artist resource. I've tried to follow the book, but might have messed something up.
I am using the unmodified seed script from the code repo:
https://github.com/sevenseacat/tunez/blob/main/priv/repo/seeds/01-artists.exs
If I remove
This is my Artist resource. I've tried to follow the book, but might have messed something up.
I am using the unmodified seed script from the code repo:
https://github.com/sevenseacat/tunez/blob/main/priv/repo/seeds/01-artists.exs
If I remove
strategy: :stream from Ash.bulk_destroy! it works.GitHub
The starter application for the Ash Framework book - sevenseacat/tunez
