T
tRPC
Upgrading from tRPC v9 and NextJS v12. Should I upgrade NextJS first or tRPC?
Upgrading from tRPC v9 and NextJS v12. Should I upgrade NextJS first or tRPC?
Solution
Looking for more? Join the community!
T
tRPC
Upgrading from tRPC v9 and NextJS v12. Should I upgrade NextJS first or tRPC?
T
tRPC
Upgrading from tRPC v9 and NextJS v12. Should I upgrade NextJS first or tRPC?
Recommended Posts
prefetchinfinite not working when inputs are differentIve been trying to figure out why prefetching doesnt work when the inputs are different between preftRPC + App directory + SSR - current state?What is the current state of the technologies working together with or without SSR?
It looks like soHydration failed because the initial UI does not match what was rendered on the server```Unhandled Runtime Error
Error: Hydration failed because the initial UI does not match what was reReact tsc starts checking server typesMy tsconfig files are different on the server and client. When I run "tsc" on react client, It is trNextJS 13 Build failingIssue also seen in this PR https://github.com/trpc/trpc/pull/4574 I found. None of the webpack workGoogle OAuth callbackany one help how to handle google oauth callbackurl using tRPCInfering query/mutation callback opts parameterHey 🙂
Thanks for your hard work on this awesome library.
I want to create tRPC router, but i want Type helpers to match available pathsGiven a router like this:
```typescript
const appRouter = t.router({
post: t.router({
list: t.Best way of handling recurring events through NextJs and tRPCHi, I'm working on a project that handles users' "bonuses" and I need to refill these bonuses every Are GET and POST the only HTTP verbs supported?I’d like to add a procedure to handle HTTP PUT.