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 tried using the last version 0.5.0 which is using crypto to generate the signature, for some reason locally is working fine but in one of my live applications, where I have another dependencies that use sub libraries of crypto like crypt, crypto-browserify, bcrypt, etc. I have been seeing this issue when trying to make a request:
I tried using the last version 0.5.0 which is using
crypto
to generate thesignature
, for some reason locally is working fine but in one of mylive
applications, where I have another dependencies that use sub libraries ofcrypto
likecrypt
,crypto-browserify
,bcrypt
, etc. I have been seeing this issue when trying to make a request:Update:
0.5.0
and0.4.1
and same issue.I am using
node v10.14.1
, Is this relevant?The text was updated successfully, but these errors were encountered: