** (Ash.Error.Invalid.PageRequiresPagination) Pagination is not enabled on resource MyResource for the action %Ash.Resource.Actions.Read{name: :my_action, pagination: false, primary?: false, filter: some_attribute == true, description: nil, get?: false, manual: nil, modify_query: nil, transaction?: false, arguments: [%Ash.Resource.Actions.Argument{allow_nil?: true, type: Ash.Type.Integer, name: :limit, default: 1, private?: false, sensitive?: false, description: nil, constraints: [min: 1]}], preparations: [%Ash.Resource.Preparation{preparation: {Ash.Resource.Preparation.Build, [options: [limit: {:_arg, :limit}, sort: [order_by_attribute: :asc]]]}}], touches_resources: [], metadata: [], type: :read}. Check that you've
enabled pagination in your action. For example:
read my_action do
pagination offset?: true, keyset?: true, required?: false
end
** (Ash.Error.Invalid.PageRequiresPagination) Pagination is not enabled on resource MyResource for the action %Ash.Resource.Actions.Read{name: :my_action, pagination: false, primary?: false, filter: some_attribute == true, description: nil, get?: false, manual: nil, modify_query: nil, transaction?: false, arguments: [%Ash.Resource.Actions.Argument{allow_nil?: true, type: Ash.Type.Integer, name: :limit, default: 1, private?: false, sensitive?: false, description: nil, constraints: [min: 1]}], preparations: [%Ash.Resource.Preparation{preparation: {Ash.Resource.Preparation.Build, [options: [limit: {:_arg, :limit}, sort: [order_by_attribute: :asc]]]}}], touches_resources: [], metadata: [], type: :read}. Check that you've
enabled pagination in your action. For example:
read my_action do
pagination offset?: true, keyset?: true, required?: false
end