Bad Request (400)
603000 opened this issue · 4 comments
603000 commented
Hi,
I tried multiple times installing your tool on VPS and everytime I get "Bad Request (400)".
What can cause this problem?
JeffreyCA commented
Do you see any errors in the Docker logs?
603000 commented
Thank you,
checked the logs and it looks like the problem is in this:
Invalid HTTP_HOST header: 'my ip address'.
You may need to add 'my ip address' to ALLOWED_HOSTS.
But added my server ip address in .env as a APP_HOST=...
Could you please help where should I look to fix this problem?
JeffreyCA commented
Are you using Docker? If so what's the command you're running?
Just for testing purposes, does it work if you set ALLOW_ALL_HOSTS=1
in .env
?
603000 commented
Thank you, fixed!