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
I came across the same problem and solution. The id must be in binary because the proplists:get_value below looks for binary values of attributes and without this the attribute gets set to null.
The current implementation of new_from_json does not seem to work for me:
Changing it to:
Fixes the issues with it not being able to read the id field.
The text was updated successfully, but these errors were encountered: