-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'href') #323
Comments
ended up fixing it through #212, but now I'm getting this |
@jedisct1 Hey is there any chance you have a definition of crypto_pwhash i can copy paste? Or is there another library that has a similar function. |
Are you using the If this is too complicated, you can simply use the WebCrypto API: https://bradyjoslin.com/blog/encryption-webcrypto/ |
yeah im using sumo, cloudflare workers download the package directly and paste the code in the cloud env, so that may be why |
the other functions are working though |
getting this error when I'm running _sodium.ready in a cloudflare worker
The text was updated successfully, but these errors were encountered: