I used raven package in Django before and it worked well so far.
Recently I replaced it with latest sentry-python and getting weird error notifications continuously.
Invalid HTTP_HOST header: 'server_ip'. You may need to add 'server_ip' to ALLOWED_HOSTS.
I added server domain, 127.0.0.1 and localhost in allowed hosts.
I think there is no direct request to server IP instead of the domain.
Any help to fix the issue is appreciated.
I used raven package in Django before and it worked well so far.
Recently I replaced it with latest sentry-python and getting weird error notifications continuously.
I added server domain, 127.0.0.1 and localhost in allowed hosts.
I think there is no direct request to server IP instead of the domain.
Any help to fix the issue is appreciated.