Nextjs App Router example repo doesn't match NextJS App Router Docs
Problem using EventEmitters [Weird behavior]
Migrating to use Superjson
Type safe errors?
Can I get a mutations input type form my client?
Output typings in Monorepo always resolve to any
Image upload using TRPC
I'd love to brainstorm about #5580
disableSourceOfProjectReferenceRedirect
enabled, which leads to the behavior described in that post, with Go-To-Definition completely broken, even with type source maps available....can't create context when using nextjs app dir
Types of parameters 'opts' and 'opts' are incompatible.
Property 'res' is missing in type 'FetchCreateContextFnOptions' but required in type 'CreateNextContextOptions'
Types of parameters 'opts' and 'opts' are incompatible.
Property 'res' is missing in type 'FetchCreateContextFnOptions' but required in type 'CreateNextContextOptions'

subscriptions on edge
Turn off batching for some queries?
cache-control private
for authenticated data that's requested frequently by the client across page reloads) but because of batching, I'd need to make sure requests to these queries are never batched so the headers only refer to the one query at a time.
Are there any tricks for this? Or any better approaches for my use case?...Error: This is a client-only function.
11.0.0-rc.660
but in 11.0.0-rc.682
it's not. I didn't change any code. I just rolled back and confirmed.
```ts
const createCaller = createCallerFactory(this.router);
const caller = createCaller(socket.ctx);...Disable explicit content-type checks
Optimizing Global State Updates for Mutations Across Multiple Query Keys in tRPC with React Query
SuperJSON not tranforming dates in edge runtime
trpc doesn't work after migrating to next 15
{"error":{"json":{"message":"req.socket.once is not a function","code":-32603,"data":{"code":"INTERNAL_SERVER_ERROR","httpStatus":500}}}}
. I don't really understand if it's TRPC issue, Next issue or even Netlify issue (i host my website there, but they declare to support Next 15). Does anybody have an idea where the problem could be? I don't call req.socket.once
anywhere in m...Express/NextJS Server Side Setup
subscription tracked returns a 3-tuple to frontend instead of object
tracked
as per recommendation in https://trpc.io/docs/server/subscriptions#tracked like this:
```ts
for await (const [eventData] of iterable) {
yield tracked(eventData.jobId, eventData);
}...Example on Website has no Output Types
const users = await trpc.user.list.query();
const users = await trpc.user.list.query();
TRPC Error does not say router path