T
Join ServertRPC
❓-help
Can't get client to work
Hi,
I can't get my client to work I'm using Next.js but I have also tried the React method from the docs.
mutations and query property is missing.
I can't get my client to work I'm using Next.js but I have also tried the React method from the docs.
mutations and query property is missing.
Postman is working fine
Message Not Public
Sign In & Join Server To View
Yeah, there’s no useQuery on fetchAssets and I’m using standalone because we have other dependencies and event streams that only work in standalone environment
Fixed it! @trpc/client version was mismatched it was on proxy-beta.10 upgraded to latest
Closing post