Skip to content

Notification Doesn't Appear #3

Description

@zerodable

Bug Description
On Windows 11, toast notifications are completely failing to trigger when receiving new messages. The app receives the message internally, but no system-level notification is pushed to the OS.

Environment Details

  • OS: Windows 11 (Specify your build, e.g., 23H2)
  • App Version: (0.3.1)
  • Installation Method: Downloaded .msi

Steps to Reproduce

  1. Install whatRust on Windows 11.
  2. Pin the app to the Start Menu and launch it from the Start Menu to ensure AUMID constraints are met.
  3. Ensure Windows "Do not disturb" is off and notifications are enabled for the app in Windows Settings.
  4. Ensure internal WhatsApp Web desktop alerts are checked in the app's UI.
  5. Receive a new message while the app is minimized or unfocused.

Expected Behavior
A Windows toast notification should appear.

Actual Behavior
No toast notification appears.

Troubleshooting Already Performed
I have already ruled out local environment issues:

  • Clean WebView2 Install: Reinstalled Microsoft Edge WebView2, but the issue persists.
  • Event Viewer Check: Checked Applications and Services Logs > Microsoft > Windows > PushNotification-Platform > Operational. There are no rejection or drop logs recorded when a message arrives, indicating the payload is never reaching the Windows Action Center.
  • Forced AUMID Registration: Used a PowerShell script to manually inject com.whatrust.app (and variations) into HKCU:\SOFTWARE\Classes\AppUserModelId, but notifications still fail to trigger.

It appears the tauri-plugin-notification payload or the AUMID configuration in tauri.conf.json may not be configured correctly for Windows 11 requirements.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions