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
Hi all. Just getting started with the JS SDK and having some trouble with authentication. I created a function that successfully returns the token based on UN + PW authentication. This function works fine if I run it directly, however I get the error in the title when I call the authentication function from within another function.
I tried adding the 'auth' param but get a login failed error when it's present. Any input is appreciated.
Hi all. Just getting started with the JS SDK and having some trouble with authentication. I created a function that successfully returns the token based on UN + PW authentication. This function works fine if I run it directly, however I get the error in the title when I call the authentication function from within another function.
I tried adding the 'auth' param but get a login failed error when it's present. Any input is appreciated.
Auth Function
Test Function
The text was updated successfully, but these errors were encountered: