You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During deserialization of the response object the bulk create for measurements fails since the client thinks it is deserializing a single object and not a collection. By changing the response from:
ReadOnlyMeasurementSerializer
to
list[ReadOnlyMeasurementSerializer]
The return object is properly deserialized into a list of ReadOnlyMeasurementSerializer objects