{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreifbdkaor3abenyyzlo2q4iwfl5rcao2t5tcloepue5usage36za5q",
    "uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mebyn7uyp5k2"
  },
  "path": "/t/bug-report-codex-vs-code-extension-stuck-on-loading-never-shows-login-screen/1355379?page=3#post_54",
  "publishedAt": "2026-02-07T14:45:53.000Z",
  "site": "https://community.openai.com",
  "textContent": "I figured it out in my case:\n\nMy browser tried to send the data to `localhost:1455 `, because port **1455** is already in use by another process (likely a hung background. So what I do was just kill this pid, and redit it. it worked for me.\n\n**Find the process holding the port:**\n\n  * **Windows (PowerShell):** `netstat -ano | findstr :1455`\n\n  * **Linux/Mac:** `lsof -i :1455` or `netstat -nlp | grep 1455`\n\n\n\n\n**Kill it:**\n\n  * **Windows:** `taskkill /PID <PID_FROM_ABOVE> /F`\n\n  * **Linux/Mac:** `kill -9 <PID>`\n\n\n",
  "title": "Bug report: Codex VS Code extension stuck on loading, never shows login screen"
}