-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
bug: crypto is not defined #784
Comments
it's coming specifically from |
What is your environment, it is normal Node.js or other serverless platforms. |
Logto is hosted in a Ubuntu 24 VPS and I'm trying to send api calls to it from a localhost in my local machine using windows 10. (regular node.js 18.x env) |
Is this error happend in application or Logto itself? |
in my node application in my localmachine in localhost (express.js) |
If this error happend in SDK runtime, then could you please check the runtime of you Express.js app and see if "crypto" is available, or you can provide a repo that reproduces this error and I'll take a look. |
Yes I have crypto installed and it's listed in my package.json |
Usually you don't need to install "crypto" manually. |
honestly it was already installed in my project before I started using logto |
Please provide a minimal project that can reproduce the issue. This will help me better understand and assist you with your problem, for now, there is no enough context. |
The project im using it it is a huge monorepo with 14 workspaces in it. I will try to put together a minimal reproduction |
I'm encountering the same issue and it's coming from this file : node_modules@logto\express\node_modules@logto\node\lib\edge\generators.js and it seems that for @logto/express package is not using the right version of @logto/node here is what I see in generator.js , it's actually referring to crypto without importing it |
I got the same issue using Node 18. After upgrading to Node 20 it works. You have to use at least Node 19 or use the See https://nodejs.org/api/globals.html#crypto_1
|
Thanks! We'll soon declare minimum version of node 20 in our JS SDK repo, in order to avoid further confusion. |
Describe the bug
I followed the express.js tutorial and when I try to make a call to /logto/sign-in I get the following error
How to reproduce?
Context
The text was updated successfully, but these errors were encountered: