Hi lava-users,

 

I upgrade my lava-server package (from backports) to 2019-03 on debian stretch. After this is get an django error:

 

ERROR 2019-04-04 08:24:16,694 exception Invalid HTTP_HOST header: '<my-host-name>'. You may need to add '<my-host-name>' to ALLOWED_HOSTS.

 

The browser reports a Bad Request (400)

 

So I added <my-host-name> and “*” to ALLOWED_HOSTS in /usr/lib/python3/dist-packages/lava_scheduler_app/settings.py and /usr/lib/python3/dist-packages/django/conf/global_settings.py but the error is still present. Are these the wrong file or what could be the problem?

 

Matthias