tRPC on pages router broken after Next 15.5.x
A fresh project created with
bunx create-t3-app@latest
fails to build with the error:
It appears this bug was introduced with the release of Next 15.5.0 when the file .next/types/validator.ts
is created at build time.
Here are the contents of [trpc].ts


1 Reply
Hi @augie , have the same issue. Did you already find a way to solve it? A (admittedly) very crude workaround would be to just put an
as any
. That actually works.