Alex / KATT 🐱
Alex / KATT 🐱
TtRPC
Created by MadaShindeInai on 2/4/2025 in #❓-help
Error: Error serializing `.trpcState.json.queries[3].promise` returned from `getStaticProps`
please post an isue on github and link to it, we'll look at it asap
20 replies
TtRPC
Created by IGMTCrypto on 2/19/2025 in #❓-help
Can I use tRPC on multiple platforms?
6 replies
TtRPC
Created by kadrian on 2/12/2025 in #❓-help
How to let an LLM "use" a tRPC api?
you could probably peek inside of appRouter._def.procedures they also have their input schema(s) embededed there somewhere
4 replies
TtRPC
Created by kadrian on 2/12/2025 in #❓-help
How to let an LLM "use" a tRPC api?
are you planning on generating code?
4 replies
TtRPC
Created by MadaShindeInai on 2/4/2025 in #❓-help
Error: Error serializing `.trpcState.json.queries[3].promise` returned from `getStaticProps`
just fork that
20 replies
TtRPC
Created by MadaShindeInai on 2/4/2025 in #❓-help
Error: Error serializing `.trpcState.json.queries[3].promise` returned from `getStaticProps`
can you build a reproduction? should be fairly simple using https://github.com/trpc/examples-next-minimal-starter
20 replies
TtRPC
Created by Teixeira on 2/11/2025 in #❓-help
`FST_ERR_REP_ALREADY_SENT` when using `res.send()`
this looks like it should be an api endpoint outside of trpc
7 replies
TtRPC
Created by Teixeira on 2/11/2025 in #❓-help
`FST_ERR_REP_ALREADY_SENT` when using `res.send()`
you shouldn't access res.send() inside of a procedure
7 replies
TtRPC
Created by Teixeira on 2/11/2025 in #❓-help
`FST_ERR_REP_ALREADY_SENT` when using `res.send()`
- trpc responses are limited to json at the moment - if you're using the batch stream link, headers are sent before reaching the mutation
7 replies
TtRPC
Created by vpjm on 2/10/2025 in #❓-help
Passing generic inside tRPC query
6 replies
TtRPC
Created by NeatZ on 1/31/2025 in #❓-help
trpc 11 superjson transformer not working with unstable_httpBatchStreamLink
9 replies
TtRPC
Created by MadaShindeInai on 2/4/2025 in #❓-help
Error: Error serializing `.trpcState.json.queries[3].promise` returned from `getStaticProps`
no type errors?
20 replies
TtRPC
Created by NeatZ on 1/31/2025 in #❓-help
trpc 11 superjson transformer not working with unstable_httpBatchStreamLink
can you elaborate?
9 replies
TtRPC
Created by NeatZ on 1/31/2025 in #❓-help
trpc 11 superjson transformer not working with unstable_httpBatchStreamLink
9 replies
TtRPC
Created by HichemF on 2/3/2025 in #❓-help
Deprecated createCaller alternative?
but you can see here for an alternative
5 replies
TtRPC
Created by HichemF on 2/3/2025 in #❓-help
Deprecated createCaller alternative?
you can use .createCaller(), we will likely undeprecate it 😄
5 replies
TtRPC
Created by alessandroooo on 2/2/2025 in #❓-help
GET with Postman, impossible?
the tricky thing with postman might be that we're JSON.stringify()-ing the input args for queries
4 replies
TtRPC
Created by alessandroooo on 2/2/2025 in #❓-help
GET with Postman, impossible?
4 replies
TtRPC
Created by Gobot1234 on 1/16/2025 in #❓-help
Modifying input in a middleware
No description
12 replies