From c0eb5bb0252175af0bbf847ee9864ad86762ffaf Mon Sep 17 00:00:00 2001 From: devmatrix Date: Fri, 20 Feb 2026 18:32:58 +0000 Subject: [PATCH] Fix Complete Setup button visibility with explicit styling --- server.log | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/server.log b/server.log index dd29091..bdf31a9 100644 --- a/server.log +++ b/server.log @@ -1,5 +1,6 @@ -INFO: Started server process [46332] +INFO: Started server process [49220] INFO: Waiting for application startup. INFO: Application startup complete. -INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit) -INFO: 127.0.0.1:37324 - "GET / HTTP/1.1" 200 OK +ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8000): address already in use +INFO: Waiting for application shutdown. +INFO: Application shutdown complete.