** (Ash.Error.Unknown)
Bread Crumbs:
> Error returned from: MyApp.FieldConfiguration.update
Unknown Error
* ** (Ecto.QueryError) deps/ash_sql/lib/atomics.ex:323: invalid keyword list in query:
from f0 in MyApp.FieldConfiguration,
as: 0,
where: f0.id == ^"5fbb4e45-bedf-4c60-8131-cfb9ad850f70",
update: [set: [opts: ^[{:display_template, "{{key}}"}], updated_at: ^~U[2026-02-25 22:20:52.609119Z]]],
select: struct(f0, [:id, :type, :path, :opts, :updated_at, :inserted_at, :dictionary_id])
keyword lists are only allowed at the top level of where, having, distinct, order_by, update or a join's on
(elixir 1.19.4) lib/enum.ex:2520: Enum."-reduce/3-lists^foldl/2-0-"/3
(elixir 1.19.4) lib/enum.ex:1814: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
(elixir 1.19.4) lib/enum.ex:2520: Enum."-reduce/3-lists^foldl/2-0-"/3
(ecto 3.13.5) lib/ecto/repo/queryable.ex:223: Ecto.Repo.Queryable.execute/4
(ash_postgres 2.6.25) lib/data_layer.ex:1593: AshPostgres.DataLayer.update_query/4
(ash_postgres 2.6.25) lib/data_layer.ex:3290: AshPostgres.DataLayer.update/2
(ash 3.17.1) lib/ash/changeset/changeset.ex:4665: Ash.Changeset.with_hooks/3
(ash 3.17.1) lib/ash/actions/update/update.ex:277: Ash.Actions.Update.run/4
(ash 3.17.1) lib/ash.ex:3662: Ash.update/3
(ash 3.17.1) lib/ash.ex:3580: Ash.update!/3
iex:12: (file)
** (Ash.Error.Unknown)
Bread Crumbs:
> Error returned from: MyApp.FieldConfiguration.update
Unknown Error
* ** (Ecto.QueryError) deps/ash_sql/lib/atomics.ex:323: invalid keyword list in query:
from f0 in MyApp.FieldConfiguration,
as: 0,
where: f0.id == ^"5fbb4e45-bedf-4c60-8131-cfb9ad850f70",
update: [set: [opts: ^[{:display_template, "{{key}}"}], updated_at: ^~U[2026-02-25 22:20:52.609119Z]]],
select: struct(f0, [:id, :type, :path, :opts, :updated_at, :inserted_at, :dictionary_id])
keyword lists are only allowed at the top level of where, having, distinct, order_by, update or a join's on
(elixir 1.19.4) lib/enum.ex:2520: Enum."-reduce/3-lists^foldl/2-0-"/3
(elixir 1.19.4) lib/enum.ex:1814: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
(elixir 1.19.4) lib/enum.ex:2520: Enum."-reduce/3-lists^foldl/2-0-"/3
(ecto 3.13.5) lib/ecto/repo/queryable.ex:223: Ecto.Repo.Queryable.execute/4
(ash_postgres 2.6.25) lib/data_layer.ex:1593: AshPostgres.DataLayer.update_query/4
(ash_postgres 2.6.25) lib/data_layer.ex:3290: AshPostgres.DataLayer.update/2
(ash 3.17.1) lib/ash/changeset/changeset.ex:4665: Ash.Changeset.with_hooks/3
(ash 3.17.1) lib/ash/actions/update/update.ex:277: Ash.Actions.Update.run/4
(ash 3.17.1) lib/ash.ex:3662: Ash.update/3
(ash 3.17.1) lib/ash.ex:3580: Ash.update!/3
iex:12: (file)