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
- Install/run Codex Desktop for Windows from the Microsoft Store package.
- Wait for a Codex Windows toast notification.
- Click the notification in the bottom-right toast/notification center.
- 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.
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:
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
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
OpenAI.Codex_2p2nqsd0c76g0!App.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.