How can i perform the normal actions if i declare defaults?

:thinking:Hello Everyone,

While performing the normal actions i am doing this,

 actions do
    defaults [:create, :read, :update, :destroy]

I followed the documentation for Ash.Query and Ash Actions, but when I removed the defaults and defined custom actions, it worked as expected. Now, I’m wondering what might be the cause of this behavior and how I can proceed further.

By the way, I’d like to thank all the forum members for the support. I find it very valuable and appreciate the great work here. It motivates me to visit regularly, explore new things, and learn as I go, especially with all the advancements in AI technologies. Special Thanks to @zachdaniel :clap: :clap: i am watching his videos on Youtube and start elixir and ash work.

You haven’t explained what about the default actions aren’t working or what “this behavior” is, so it’s hard to say :laughing:.