#Using crypto.randomUUID() in "node" environment.
3 messages · Page 1 of 1 (latest)
Convex's node is v18, that method was added in v19
here's a couple of alternatives from good ol' SO: https://stackoverflow.com/a/73205206/1556245
3 messages · Page 1 of 1 (latest)
I notice that the crypto.randonUUID() throw error when we declare the function with "use node". Are there any alternatives?
Convex's node is v18, that method was added in v19
here's a couple of alternatives from good ol' SO: https://stackoverflow.com/a/73205206/1556245