KindeK
Kinde6mo ago
15 replies
Tito

Vercel Edge Nodes and expoSecureStore in NextJS SDK

I updated Vercel to Node 22 and now I can't deploy anymore. It seems that the NextJS Kinde SDK includes some Expo (react native?!) modules that are not supported.
Error: The Edge Function "src/middleware" is referencing unsupported modules:
    - __vc__ns__/0/index.js: ./expoSecureStore-DT0Gf-SP.js, ./expoSecureStore-C1h3JFYV.js

Setting runtime = 'nodejs' in middleware.ts did not solve it.
Was this page helpful?