Astarte 1.2.0 added the trigger_name field to the HTTP trigger payload. Ash returns an error if unexpected inputs are received, so currently it returns an error if a trigger from an Astarte 1.2.0 instance is received.
This can be handled either explicitly adding trigger_name to the attributes here or adding an explicit :create action with skip_unknown_inputs: :*
Astarte 1.2.0 added the
trigger_name
field to the HTTP trigger payload. Ash returns an error if unexpected inputs are received, so currently it returns an error if a trigger from an Astarte 1.2.0 instance is received.This can be handled either explicitly adding
trigger_name
to the attributes here or adding an explicit:create
action withskip_unknown_inputs: :*