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
Would you like to double check whether your @logto/express SDK is updated? Seems I can not find import crypto from 'crypto'; in our latest @logto/node/edge/generators.ts file.
Describe the bug
I am getting a ReferenceError: crypto is not defined. The file reference is @logto/node/lib/edge/generators.
And I am using Node js v18.20.3
Expected behavior
Just import the crypto in @logto/node/lib/edge/generators
How to reproduce?
Just install the @logto/express with node 18 version
and use import { handleAuthRoutes } from "@logto/express";
Context
Screenshots
The text was updated successfully, but these errors were encountered: