We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Built the react app which uses the hybrid-crypto-js. On built deployed there is a request to forge/prime.worker.js
var rsa = new RSA(); rsa.generateKeyPair((key) => { const publicKey = key.publicKey; const privateKey = key.privateKey; setPublicKey(publicKey); setPrivateKey(privateKey); setLoaded(true); });
This is the code in that component. The same build when run on local runs fine i.e, on localhost, but with some domain it fails.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Built the react app which uses the hybrid-crypto-js. On built deployed there is a request to forge/prime.worker.js
This is the code in that component. The same build when run on local runs fine i.e, on localhost, but with some domain it fails.
The text was updated successfully, but these errors were encountered: