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
Authentication exits with an error after logging email and password.
Exits with:
TypeError: Cannot use 'in' operator to search for 'error'
The issue is on or near line 155 of rest-client.js. Seems as if the "in" operator is referring to a string instead of an object? Would love help on this as I'm using the example extensivly to understand how to build.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Authentication exits with an error after logging email and password.
Exits with:
The issue is on or near line 155 of rest-client.js. Seems as if the "in" operator is referring to a string instead of an object? Would love help on this as I'm using the example extensivly to understand how to build.
Beta Was this translation helpful? Give feedback.
All reactions