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
If an api doesn't respond to the request with data like below, a TypeError is thrown. A simple fix is to not try to access actions.PUT when actions is undefined.
{"data": {"actions": {"PUT": /* user fields */}
...
}}