getting a "TypeError: t.expireTags is not a function" on deploy-ea with Next.js
When calling a server function that includes
revalidatePath
i get a "TypeError: t.expireTags is not a function" error.
Did anyone encounter a similar problem?
Building and running this locally does not produce the error.
- Next.js version 15.5.3 with Turbopack
- deno version 2.5.40 Replies