No badges yet
No accepted solutions yet
Cannot find package 'jose' in Next.js App Router API Route on Vercel
Deployed on Render and everything works perfectly, so this is definitely a Vercel issue. Kindly asking that y'all fix this or provide a workaround, as I'd much prefer to stay on Vercel.
"Cannot find module" for @google/genai for serverless function
[quote="Amy Egan, post:3, topic:13995, username:amyegan"] ``` node": "20.x" } ``` [/quote] I'm running into a similar issue with the package 'jose' and have tried all your...
Cannot find package 'jose' in Next.js App Router API Route on Vercel
I’m deploying a Next.js 15 App Router project to Vercel. My /app/api/auth/[...nextauth] API route uses NextAuth with the `boxyhq-saml` provider (which depends on `jose`). In...