It looks your user resource is two things:
- missing
json_apideclaration
json_api do
type("user")
end
- and the use of
extensions: [AshJsonApi.Resource]
use Ash.Resource,
domain: ProjectManagement.Account,
data_layer: AshPostgres.DataLayer,
extensions: [AshJsonApi.Resource]
Adding both should fix the error.






















