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
Summary
For a GraphQL application, I'm using bcryptjs and it was working without any errors whilst v2.4.3 was being used.
However, on upgrade to v3.0.0 or v.3.0.1, I get the followiong error:- Neither WebCryptoAPI nor a crypto module is available. Use bcrypt.setRandomFallback to set an alternative
Forcing v2.4.3 resolved this error, but that's a very old version now.