All issues have my server ip as user

Good day, I am new to Sentry and using it with the django integration and am very happy. I have noticed that all the issues raised, are showing my server ip as the user. How can I get it to show actual user ip’s?

Thanks in advance.

Are you using a proxy server in front of your application? The python sdk reads the X-Forwarded-For and falls back to remote_addr in the WSGI environment if it doesn’t exist.

Thanks for your suggestion, the site is hosted on a A2 Hosting server, so no proxy etc. The request header does contain the user ip.