Auth0 hook ip address

Hi, I am implementing a POST request in the hooks post-registration trigger and my requests are failing because it doesn’t recognize the IP address as the IP in the test console is reading as ::ffff:127.0.0.1 , meanwhile in the hook info it says to add the list of IPs in the " Heads up! If you are trying to access a service behind a firewall, …" section.

I even did a test run through my app to see if it would process the post registration hook but nothing happened.
how can we also see the logs for when the trigger is being called from my app?
This would be helpful in diagnosing the issue.

Please advise.

I resolved my issue. It was related to my Nginx server configuration.

1 Like

Glad you have figured it out!