Skip to content

Next.js +13 Edge Runtime Incompatibility #3

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

Open
rodnye opened this issue May 15, 2025 · 0 comments
Open

Next.js +13 Edge Runtime Incompatibility #3

rodnye opened this issue May 15, 2025 · 0 comments

Comments

@rodnye
Copy link

rodnye commented May 15, 2025

The current version check implementation in index.js relies on process.version, which is not available in Edge Runtime environments (like Next.js/Vercel Edge Functions). This causes the package to fail when used in modern serverless environments.

I'm experiencing this problem when using this package with both redis and ioredis clients.

Related Issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant