Wagtail initialises the default site with hostname 'localhost'. The previous get_or_create on '127.0.0.1' left the localhost site intact (still pointing to the Welcome page), so browsers got the wrong root page. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>