Next.js14.2.28: Unable to find lambda for route: /recommend

You’re overriding the /recommend route in your vercel.json. I would suggest not using routes there

Instead, if you’re looking at redirecting traffic, you should use rewrites to send visitors to /recommend to your /api/recommend-lambda