404 out of the box in chrome. firefox works as expected

47 views
Skip to first unread message

Adam Gutierrez

unread,
Aug 13, 2018, 8:40:32 PM8/13/18
to Django users
After running django-admin and installing I get the below error when navigating to the default django template in chrome. Firefox works without a hitch. No view, or urls updates makes any difference. Is the problem that my environment is sending the request URL twice. I assumed it had to with my local environment. But it seems to persist, in a pycharm venv or my global terminal environment. Any guidance would be appreciated.


Page not found (404)

Request Method:GET
Request URL:http://127.0.0.1:8000/http:/127.0.0.1:8000/

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.

Adam Gutierrez

unread,
Aug 13, 2018, 9:33:51 PM8/13/18
to Django users
nevermind. turns out it was a chrome extension.

Mikhailo Keda

unread,
Aug 14, 2018, 2:20:54 AM8/14/18
to Django users
Reply all
Reply to author
Forward
0 new messages