-
Notifications
You must be signed in to change notification settings - Fork 149
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
i am trying to run darkwire.io on my CentOs machine. #195
Comments
what browser are you using? |
@seripap hi i am using both google chrome and mozilla firefox... |
@seripap but i found above issue in google chrome.. |
I have had the same issue on Edge & Chrome on windows 10. |
The error is in crypto.js on line 33 darkwire.io/client/src/utils/crypto.js Line 33 in dd4a6cb
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'generateKey') I'm a c++ guy myself not a js developer. If I can get you any more info let me know :) |
Okay seems like i found the issue. running in an http not https context causes this error as window.crypto.subtle === undefined in that context :/ unfortunate. Related Stackoverflow post: |
when i trying to run command yarn start then darkwire.io is running on port :3001 but showing disconnected...
after inspecting the page showing below error in console tab
crypto.js:33 Uncaught (in promise) TypeError: Cannot read property 'generateKey' of undefined
can you please share solution on this
The text was updated successfully, but these errors were encountered: