Vercel Preview Build Error

Based on the error, it looks a problem with how your project imports from zod.

Look for any imports like import ... from 'zod/v3' or similar. The correct import should typically be import { z } from 'zod'. And try running npm update zod to update to the latest compatible version. You may also need to look in your package.json for any packages that might be importing an incompatible version of zod