many_to_many exception after updating Ash
Previous version was
2.6.31
. I updated to 2.11.8
today and an existing many_to_many
association that I had is now raising an exception. Did something change?
Here are my resources:
Here's the error I'm getting:
5 Replies
This is working in my app in its current state. When I tried updating all of the Ash-related libraries to the latest version, I am now getting this exception
Yes, it only causes issues if you do specific things
So we added the error to prevent surprising errors from popping up in the future for you
You should follow the instructions in the error
Ah. Sorry, I was confused. So the join relationship now needs to be stated explicitly similar to Rails. Thanks for helping!
Only in cases where the destination resource is in a different api 🙂
Fell on the same issue. I went with creating another module in the different API and set
migrate? false