Seeing the following when I start a local dev server
Ran
docker compose down && docker compose up --build -d && docker compose logs -f backend
OS: Linux spruce 6.12.61-1-lts #1 SMP PREEMPT_DYNAMIC Sun, 07 Dec 2025 09:50:46 +0000 x86_64 GNU/Linux
Browser: Mozilla Firefox 146.0
backend-1 | Running Gunicorn with gevent
backend-1 | [2026-03-05 19:11:12 +0000] [1] [INFO] Starting gunicorn 25.1.0
backend-1 | [2026-03-05 19:11:12 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
backend-1 | [2026-03-05 19:11:12 +0000] [1] [INFO] Using worker: gevent
backend-1 | [2026-03-05 19:11:13 +0000] [7] [INFO] Booting worker with pid: 7
backend-1 | [2026-03-05 19:11:13 +0000] [1] [ERROR] Control server error: [Errno 13] Permission denied
backend-1 | [2026-03-05 19:11:15 +0000] [7] [ERROR] Control server error: no running event loop
Seeing the following when I start a local dev server
Ran
OS:
Linux spruce 6.12.61-1-lts #1 SMP PREEMPT_DYNAMIC Sun, 07 Dec 2025 09:50:46 +0000 x86_64 GNU/LinuxBrowser:
Mozilla Firefox 146.0