Resource MyApp.Accounts.FriendLink is not present in any known Ash.Api module.
I'm getting the above warning even though this module is indeed listed in the registry. What am I missing?
4 Replies
🤔
And in
MyApp.Accounts
the registry is hooked up?
i.e
FWIW we don't actually need registries anymore
You can do
in the api directlyYes,
registry Registry
is there.
Trying resource FriendLink
now.also, are you getting the warning on compile or from ElixirLS?
sometimes it takes a while to catch up
on compile
Oddly enough, I'm not getting that warning anymore. I didn't even change anything 🙂