Skip to content

Windows Codex Desktop notification click launches Electron with type=click&tag as app path #25231

@Nortoz

Description

@Nortoz

What version of Codex App are you using?

26.527.3686.0

What platform is your computer?

Windows x64

What issue are you seeing?

Clicking a Windows toast notification from Codex opens an Electron error dialog instead of focusing/opening the Codex app. The Codex app itself can run normally; the failure is specific to clicking the Windows notification.

The error dialog says:

Error launching app
Unable to find Electron app at C:\Program Files\WindowsApps\OpenAI.Codex_26.52...\type=click&tag=<notification-tag>

Cannot find module 'C:\Program Files\WindowsApps\OpenAI.Codex_26.52...\type=click&tag=<notification-tag>'

This looks like the toast activation payload (type=click&tag=...) is being appended/interpreted as an Electron app path rather than being handled as notification activation data.

Steps to reproduce

  1. Install/run Codex Desktop for Windows from the Microsoft Store package.
  2. Wait for a Codex Windows toast notification.
  3. Click the notification in the bottom-right toast/notification center.
  4. Observe the Electron "Error launching app" dialog.

Expected behavior

Clicking a Codex notification should focus/open Codex and route to the relevant conversation/message, or at minimum do nothing gracefully. It should not launch Electron with the notification click payload as an app path.

Troubleshooting already attempted

  • Verified the AppX package is installed and Codex launches normally.
  • Verified the AppUserModelID is OpenAI.Codex_2p2nqsd0c76g0!App.
  • Cleared Codex notification history.
  • Attempted AppX re-registration, but it was blocked while Codex background processes were still running.
  • New notifications can still reproduce the same type=click&tag=... error.

Additional information

This report intentionally omits local usernames, local file paths outside the standard WindowsApps package path, notification tag values, screenshots, and machine-specific identifiers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    appIssues related to the Codex desktop appbugSomething isn't workingwindows-osIssues related to Codex on Windows systems

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions