You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(nextjs): Remove ai from default server external packages (#16736)
We have added the 'ai' package to our list of externalized packages for
instrumentation purposes. Unfortunately this causes Next.js to
incorrectly evaluate the Vercel AI SDK's conditional exports -
specifically the `react-server` export condition isn't properly handled
when the package is externalized, resulting in client-side code being
loaded in server components instead of the server-side functions.
0 commit comments