Hi, unfortunately I am failing to get next-app-session running in Next.js edge middleware:

The issue seems to be coming from cookie-signature, which uses the crypto module.
In my code, I simply called the session as recommended in the docs:
const socialLoginStep: SocialLoginStep | undefined = await session().get('socialLoginStep');