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'm working on a CI function to create a deployment on Komodo, which runs on Node. When attempting to load komodo_client in Node, it errors attempting to fetch the tokens from localStorage, which isn't available in that environment. I have worked around this by stubbing localStorage before loading the komodo_client, but it seems like this should be resolved in the auth client itself.
I'm working on a CI function to create a deployment on Komodo, which runs on Node. When attempting to load
komodo_clientin Node, it errors attempting to fetch the tokens fromlocalStorage, which isn't available in that environment. I have worked around this by stubbinglocalStoragebefore loading thekomodo_client, but it seems like this should be resolved in the auth client itself.