Getting user IP in trpc without req object?
I used to get the users IP like so, just giving the package the req object:
With trpc, I don't have access to Next.JS's
With trpc, I don't have access to Next.JS's
req object - how would I solve this now?