procedure.query() "Invalid request body" #94
Unanswered
TheBigMemph
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a behavior that I can't explain at the moment.
This is a minimal reproduction:
Mutation Test:
I call this in a component:
Output Success:
Query Test:
Call:
Output:
No query is working, but mutation is working fine.
I have a project running fine with query. Only difference are package versions of svelte etc.
After some testing typescript doesn't accept the transformer in the createTRPCClient anymore (in t.ts it's accepting it):
It says:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions