T
tRPC
Fetching different server url than defined in config
Fetching different server url than defined in config
Looking for more? Join the community!
T
tRPC
Fetching different server url than defined in config
T
tRPC
Fetching different server url than defined in config
Recommended Posts
input using z.or not working properlyi have an input like this
let input = z.object({
name: z.string().optional()
}).or(z.object({
How can I disable batching with fastify adapter?I cant seem to find a way to disable batching for my server, and this link doesnt help me much httpsIssue with monorepo architecture ant tRPCHi, we had an issue with batched requests that if we batch some requests they produce a TRPCClientErUsing tRPC in CRON jobsHey everyone, this might be a very stupid question, but is it possible to use tRPC inside a CRON joasync createContext for Express AdapterBeen debugging an odd behavior for the past hour, it seems like that an async function does not workIs it possible to split the router definition with the imlementation?I want to define the server router(input\output\meta) in a separate package from the server package
Cache not working for `useQuery`I have a query like this:
```js
const { data: article, isFetching } = api.public.getArticle.useQueryZod File Upload Validation with Open-Api Support?Hi guys, anyone know how to validate file upload with zod and get also open-api support?