backbone
backbone
TtRPC
Created by yinks on 7/28/2024 in #❓-help
Suddenly started getting a `TRPCClientError: Unexpected token '<', "<!DOCTYPE...` error
use nginx proxy
5 replies
TtRPC
Created by scrubdaddy on 7/20/2024 in #❓-help
Compiling Frontend
modify tsconfig.json
4 replies
TtRPC
Created by Luka on 5/17/2024 in #❓-help
how do you guys start a standalone trpc server?
tsx and fastify
3 replies
TtRPC
Created by kevinka on 7/12/2023 in #❓-help
how can I globally set a "middleware" callback for all onErrors on my React Query calls?
See this custom link. https://trpc.io/docs/client/links
5 replies
TtRPC
Created by funki on 5/14/2023 in #❓-help
Why does this starter with Prisma have it's own postinstall script?
I don't like postintall when ci/cd , I often pnpm install --ignore-scritpts when deploy ing
4 replies
TtRPC
Created by ferdy on 5/4/2023 in #❓-help
Get tRPC procedure latency?
What about middleware
7 replies
TtRPC
Created by backbone on 4/30/2023 in #❓-help
how to integrate with Redis (ioredis)
Thanks trpc
4 replies
TtRPC
Created by backbone on 4/16/2023 in #❓-help
how to set request timeout in client
Thank you.I will try it
6 replies
TtRPC
Created by backbone on 4/16/2023 in #❓-help
how to set request timeout in client
Sometimes client network speed is weak, I want cancel the requests
6 replies
TtRPC
Created by vibbin on 4/11/2023 in #❓-help
Importing AppRouter types from an external repo
I have an idea that deploy the appRouter.d.ts npm library in different repo. but no practice
2 replies
TtRPC
Created by syahriL ramadhan on 4/11/2023 in #❓-help
Can i fetch tRPC in different project
Yes 1.one client calling different tRPC servers, see official docs 2.different tRPC servers calling, you can init @trpc/client in server just working like client 3.other client like android, you can call the tRPC server like restful api (this is my opinion)
2 replies
TtRPC
Created by backbone on 4/6/2023 in #❓-help
[help] Uncaught (in promise) TRPCClientError: Property description must be an object: u
It seems like antd 5 drawer component cause this error. Soooorry, tRPC!
2 replies