I am getting this error sent to my admin email from the application I deployed on railway.app
Invalid HTTP_HOST header: '0.0.0.0:8000'. You may need to add '0.0.0.0' to ALLOWED_HOSTS
and
Invalid HTTP_HOST header: '35.197.110.103:7010'. You may need to add '35.197.110.103' to ALLOWED_HOSTS
The application works fine with no issues but I randomly get these errors sent to the admin email.
Do I add these to addresses to my allowed hosts? Are these the addresses associated with my railway project?