TS error when JSON field in Prisma - Type instantiation is excessively deep
error seen here
find
prisma schema
4 Replies
here it's just fine

but look at the
find
object
trpcRouter
is fine too
You're missing an
await
. Not sure though if this will fix the issue, but that's the only error I see in your code
Should be