get user ip in trpc
I know https://www.answeroverflow.com/m/1097080265928609802 in here the question is already answered but i get value in ip as
::ffff:127.0.0.1
this instead of real ip
here is how I do that
and when I make request I receive in response that ::ffff:127.0.0.1
thats testing response
1 Reply
well your testing a local dev server from your local computer
so to your server
127.0.0.1
(local host) is you correct ip
try deploying and accessing from your phone