#ERR_CONNECTION_RESET when running Django locally (no errors in terminal)

3 messages · Page 1 of 1 (latest)

boreal tulip
#

Hi everyone 👋 I’m new to Django and learning at a computer school.

When I run the development server, the terminal shows no errors, but when I open the browser I get ERR_CONNECTION_RESET.

I already tried changing ports (8000, 8080) but still get the same issue.

I’m preparing for exams soon and really stuck, would appreciate any help 🙏

alpine plover
#

Watch the output from "runserver" -- it'll tell you the URL to use. Make sure that's what you put in your browser.

#
Watching for file changes with StatReloader
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
September 06, 2025 - 16:07:55
Django version 5.2.5, using settings 'django_chess.dev_settings'
Starting development server at http://127.0.0.1:8000/