``` Expected Status: 200 Actual Status: 403 Errors: [ { "detail": null, "code": "Elixir.Ash.Error.Forbidden", "detail": "\nBread Crumbs:\n > Exception raised in: Foo.Baz.Bar.read\n > Exception raised in: Foo.Baz.Bar.read\n\nForbidden Error\n\n* The domain Foo.Baz requires that an actor is provided at all times and none was provided.\n (ash 3.5.15) lib/ash/error/forbidden/domain_requires_actor.ex:4: Ash.Error.Forbidden.DomainRequiresActor.exception/1\n (ash 3.5.15) lib/ash/actions/helpers.ex:351: Ash.Actions.Helpers.add_actor/3\n (ash 3.5.15) lib/ash/actions/helpers.ex:313: Ash.Actions.Helpers.set_opts/3\n (ash 3.5.15) lib/ash/actions/helpers.ex:293: Ash.Actions.Helpers.set_context_and_get_opts/3\n (ash 3.5.15) lib/ash/actions/read/read.ex:51: Ash.Actions.Read.run/3\n (ash 3.5.15) lib/ash.ex:2499: Ash.load/3\n (ash 3.5.15) lib/ash/type/type.ex:1670: anonymous fn/2 in Ash.Type.splicing_nil_values/2\n (ash 3.5.15) lib/ash/actions/read/read.ex:2110: anonymous fn/10 in Ash.Actions.Read.load_through_attributes/7\n (elixir 1.17.1) lib/enum.ex:4858: Enumerable.List.reduce/3\n (elixir 1.17.1) lib/enum.ex:2585: Enum.reduce_while/3\n (ash 3.5.15) lib/ash/actions/read/read.ex:2109: anonymous fn/7 in Ash.Actions.Read.load_through_attributes/7\n (elixir 1.17.1) lib/enum.ex:4858: Enumerable.List.reduce/3\n (elixir 1.17.1) lib/enum.ex:2585: Enum.reduce_while/3\n (ash 3.5.15) lib/ash/actions/read/read.ex:2095: anonymous fn/8 in Ash.Actions.Read.load_through_attributes/7\n (elixir 1.17.1) lib/enum.ex:4858: Enumerable.List.reduce/3\n (elixir 1.17.1) lib/enum.ex:2585: Enum.reduce_while/3\n (ash 3.5.15) lib/ash/actions/read/read.ex:350: Ash.Actions.Read.do_run/3\n (ash 3.5.15) lib/ash/actions/read/read.ex:89: anonymous fn/3 in Ash.Actions.Read.run/3\n (ash 3.5.15) lib/ash/actions/read/read.ex:88: Ash.Actions.Read.run/3", "id": "GEd1rc0m0KofKCUASm2B", "meta": {}, "stacktrace": [ "(ash 3.5.15) lib/ash/actions/helpers.ex:350: Ash.Actions.Helpers.add_actor/3", "(ash 3.5.15) lib/ash/actions/helpers.ex:313: Ash.Actions.Helpers.set_opts/3", "(ash 3.5.15) lib/ash/actions/helpers.ex:293: Ash.Actions.Helpers.set_context_and_get_opts/3", "(ash 3.5.15) lib/ash/actions/read/read.ex:51: Ash.Actions.Read.run/3", "(ash 3.5.15) lib/ash.ex:2499: Ash.load/3", "(ash 3.5.15) lib/ash/type/type.ex:1670: anonymous fn/2 in Ash.Type.splicing_nil_values/2", "(ash 3.5.15) lib/ash/actions/read/read.ex:2110: anonymous fn/10 in Ash.Actions.Read.load_through_attributes/7", "(elixir 1.17.1) lib/enum.ex:4858: Enumerable.List.reduce/3", "(elixir 1.17.1) lib/enum.ex:2585: Enum.reduce_while/3", "(ash 3.5.15) lib/ash/actions/read/read.ex:2109: anonymous fn/7 in Ash.Actions.Read.load_through_attributes/7", "(elixir 1.17.1) lib/enum.ex:4858: Enumerable.List.reduce/3", "(elixir 1.17.1) lib/enum.ex:2585: Enum.reduce_while/3", "(ash 3.5.15) lib/ash/actions/read/read.ex:2095: anonymous fn/8 in Ash.Actions.Read.load_through_attributes/7", "(elixir 1.17.1) lib/enum.ex:4858: Enumerable.List.reduce/3", "(elixir 1.17.1) lib/enum.ex:2585: Enum.reduce_while/3", "(ash 3.5.15) lib/ash/actions/read/read.ex:350: Ash.Actions.Read.do_run/3", "(ash 3.5.15) lib/ash/actions/read/read.ex:89: anonymous fn/3 in Ash.Actions.Read.run/3", "(ash 3.5.15) lib/ash/actions/read/read.ex:88: Ash.Actions.Read.run/3", "(ash 3.5.15) lib/ash/policy/check/expression.ex:3: Ash.Policy.Check.Expression.check/4", "(ash 3.5.15) lib/ash/policy/authorizer/authorizer.ex:1692: Ash.Policy.Authorizer.check_fact/2", "" ], "status": 403, "title": null } ] ```