Unable to get past Account Creation

Hello. I have followed the steps on setting up Home Assistant on my Raspberry Pi 4 using docker-compose found here

When I get to the account creating screen, I enter my name, and use the selected username and password twice. When I click “Create Account” the page does not load the next step. When I check the dev console on my browser I get {error: "Response error: 500", status_code: 500, body: "500 Internal Server Error Server got itself in trouble"}. I have tried both Safari and Chrome on my mac and have cleared my browser cache and that does not fix the issue.

Here is my docker-compose.yml file

version: '3'
services:
  homeassistant:
    container_name: homeassistant
    image: "ghcr.io/home-assistant/home-assistant:stable"
    volumes:
      - /home/pi/docker/homeassistant/config/:/config
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped
    privileged: true
    network_mode: host

Here is the logs when I run docker container logs homeassistant

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started

Appreciate any help or suggestions on what to try.

Were you ever able to create an account I am having the same issue