Since the container status is **(healthy)**
, OpenWebUI is running fine. If you still see a blank page or error, try:
๐งผ 1. Clear Browser Cache / Use Incognito
Sometimes browser sessions cache broken tokens.
๐ 2. Restart Container (clean up auth glitches)
docker restart open-webui
๐ 3. Watch Logs for Issues
docker logs -f open-webui
Look for any auth failure, 5xx errors, or DB issues.
๐ง Recap
Checkpoint | Status |
---|---|
Docker container | ✅ Running, healthy |
Port mapping | ✅ 3000 → 8080 |
URL | ✅ http://localhost:3000 |
Admin login | ✅ patch@patch.deep / patchrocks |
Let me know what you see when you open http://localhost:3000
. If needed, I’ll walk you through resetting the login page or reinitializing the UI state.