You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
The current elysia (1.1.0 of @elysiajs/trpc) seems not to support tRPC v11.
If I just bump @trpc/server and @trpc/client from 10.45.2 to 11.0.0-rc.477, it causes the following error:
# Unhandled error between tests
-------------------------------
41 | }
42 | constructor(message, opts){
43 | const cause = opts?.cause;
44 | // eslint-disable-next-line @typescript-eslint/ban-ts-comment
45 | // @ts-ignore https://github.com/tc39/proposal-error-cause
46 | super(message, {
^
TRPCClientError: No "query"-procedure on path "hello"
at new TRPCClientError (.../node_modules/@trpc/client/dist/TRPCClientError.mjs:46:9)
at from (.../node_modules/@trpc/client/dist/TRPCClientError.mjs:26:20)
at .../node_modules/@trpc/client/dist/links/httpBatchLink.mjs:82:56
-------------------------------
If you need, I can create a repoduction repo.
What is the feature you are proposing to solve the problem?
Make @elysiajs/trpc support the latest tRPC (v11).
What alternatives have you considered?
No response
814351846, devunt, maybewaityou, 99Arrzel, divmgl and 3 moreneocoder, stevo2588, jnsdrssn, 99Arrzel, Huh-David and 4 more