You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
In step 2.4 you say to run the devserver which gives an error:
Invalid HTTP_HOST header: 'api.local.test:8000'. You may need to add 'api.local.test' to ALLOWED_HOSTS.
Bad Request: /
[02/Nov/2021 16:10:32] "GET / HTTP/1.1" 400 71270
Invalid HTTP_HOST header: 'api.local.test:8000'. You may need to add 'api.local.test' to ALLOWED_HOSTS.
ALLOWED_HOSTS in settings.py needs to be edited to something like
In step 2.4 you say to run the devserver which gives an error:
ALLOWED_HOSTS
insettings.py
needs to be edited to something likeALLOWED_HOSTS = ['api.local.test', 'localhost', '127.0.0.1']
The text was updated successfully, but these errors were encountered: