Temporary Chat opens blank page on Linux desktop app

Open 💬 0 comments Opened Aug 27, 2026 by seldontrantor

What version of the Codex App are you using (From “About Codex” dialog)?

26.818.21641

What subscription do you have?

workspace

What platform is your computer?

Ubuntu 24.04.4 LTS

What issue are you seeing?

Bug description

On Ubuntu, clicking Temporary Chat in the Linux desktop app doesn't open any page instead of starting a temporary chat.

Temporary Chat works correctly in the web version at chatgpt.com, so the issue appears specific to the Linux desktop app.

Expected behavior

A new Temporary Chat should open normally.

Actual behavior

The app navigates to:

/?temporary-chat=true

but displays an empty page.

Running the app with:

ELECTRON_ENABLE_LOGGING=1 /usr/lib/chatgpt/ChatGPT

shows:

Matched leaf route at location "/?temporary-chat=true" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.

Environment

  • OS: Ubuntu
  • Architecture: amd64
  • App version: 26.820.71523
  • Also reproduced on: 26.818.21641
  • Temporary Chat works correctly in the browser

What steps can reproduce the bug?

Steps to reproduce

  1. Open the ChatGPT/Codex desktop app on Ubuntu.
  2. Start a new chat.
  3. Click Temporary Chat.
  4. The page becomes empty and no temporary chat is created.

What is the expected behavior?

Expected behavior

A new Temporary Chat should open normally.

Additional information

Additional information

The issue is reproducible every time Temporary Chat is selected. Regular chats work normally.

View original on GitHub ↗