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
Http.request is the isomorphic function that routes either to Http.xmlHttpRequest (browser) or Http.requestPromise (axios, on backend). The following commit has replaced the request library with axios, adapted the code partly, hence creating a discrepancy: a2d64d9