I am getting this Bad Request (400),even after setting the debug and allowed host to whats specified still i am getting this error
DEBUG = False
ALLOWED_HOSTS = [‘https://demoplatebar.onrender.com’]
I am getting this Bad Request (400),even after setting the debug and allowed host to whats specified still i am getting this error
DEBUG = False
ALLOWED_HOSTS = [‘https://demoplatebar.onrender.com’]
Hi @Adiseshakarthik,
The ALLOWED_HOSTS list should include the hostname, not the full URL. Can you try editing this to demoplatebar.onrender.com
and see if that helps?