ip Address is not stored in db

i am trying implement anonymous login plugin when user visits the website it automatically login him as guest and ip_address to track the usage instead of storing it in LocalStorage
9 Replies
daanish
daanishOP3mo ago
But ip_address is not stored in db does it only stores in prod
sebastian
sebastian3mo ago
How did you implement getting the ip adress?
daanish
daanishOP3mo ago
i didn't implement it
sebastian
sebastian3mo ago
The plugin does it for you? The ip adress can only be received during production
daanish
daanishOP3mo ago
ok
sebastian
sebastian3mo ago
locally it will always be like 127.0.0.1 if i remember correctly
daanish
daanishOP3mo ago
yes doesn't work in prod also i have other app deployed i doesn't store it
sebastian
sebastian3mo ago
Whats the ip adress is showind in production?
daanish
daanishOP3mo ago
nothing but blank

Did you find this page helpful?