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
Using Promise.all with apiKeyMode does not seem to work properly - one of the promises is always rejected.
This used to work fine when using client.loginWithApiKey() in earlier versions of the SDK.
Hey @stianl I've been testing this situation at the version 6.1.1 and the use of Promise.all with this functions work perfectly without any problems. You can pass the version that you are trying to implement this?
Using
Promise.all
withapiKeyMode
does not seem to work properly - one of the promises is always rejected.This used to work fine when using
client.loginWithApiKey()
in earlier versions of the SDK.The text was updated successfully, but these errors were encountered: