pnpm store prunepnpm store prune, pnpm.lockpnpm.lock and reinstalled..next.next folderuse serveruse server at the top of my server.ts file for interacting with tRPC on the server side.import server-onlyimport server-onlynode_modulesnode_modulesnode_modules/.pnpm/@trpc+client@11.0.0-next.320_@trpc+server@11.0.0-next.320/node_modules/@trpc/client/dist/createTRPCClient.mjsnode_modules/.pnpm/@trpc+client@11.0.0-next.320_@trpc+server@11.0.0-next.320/node_modules/@trpc/client/dist/createTRPCClient.mjsserver.tsserver.ts tRPC connecter was exporting a non-async function, which you cannot do if marking the file at the top with use serveruse server use serveruse server from the top, replaced with use server-onlyuse server-only removed the debugging lines added as shown above and it worked.Join the Discord to ask follow-up questions and connect with the community