I'm using the 'crypto' Node.js module in my middleware logic, but even thought documentation says it is supported at the edge runtime, the logs when I deploy it says the following:
A Node.js module is loaded ('crypto' at line 2) which is not supported in the Edge Runtime. Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime
Then what could I use instead or how to fix it?