Is there any way to temporarily disable mutations?
After upgrading to 11.0.0-next-beta.300, every request throws zod error
{"issues":[{"code":"invalid_type","expected":"object","received":"undefined","path":[],"message":"Required"}],"name":"ZodError"}
{"issues":[{"code":"invalid_type","expected":"object","received":"undefined","path":[],"message":"Required"}],"name":"ZodError"}

Setting up tRPC for next.js with edge AND serverless functions
Hello i am using trpc open api but there is an issue regarding using z.optional() however in the lib
CreateCaller with React-query
Zod.enum makes my tRPC explode
React type errors because of backend

Value attached to all queries
Invalidating query cache irrespective of query params
Sentry integration
In my NEXTJS app can read value next-auth session in localhost ,but not when deployed to Vercel
const session = (await getServerSession(authOptions)) as Session;
seems to be the line of code that is bricking it on Vercel...WebSocket Authentication: Cookie missing
Client request headers with createTRPCProxyClient
Get auth token from context when defining httpBatchLink
Infinite query get direction info
Subscription for a specific user
Procedure specific custom headers
Unable to use caller, in frontend bcz i dont have access to req and res objects
Reduce `isPending` time for prefetched Queries?
isPending
time for prefetched getStaticProps
queries.
Google search console is upset with the LCP render times on mobile, and the LCP is completing roughly one second after the the loading state starts?
This is despite the initial data being included in the page load/root....
Beginner Client Problems
.omit()
call to remove fields not allowed to be set by my user. I'm using this in a publicProcedure as the argument to .input(TableValidator)
, and there's a .mutation()
that inserts the data into the database.
I have also used a z.infer<typeof TableValidator>
to get a type for this data, which I'm using on the client to coerce the single data structure I'm using as test data to that type, to use as an argument to the .useMutation()
call....