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
- Install whatRust on Windows 11.
- Pin the app to the Start Menu and launch it from the Start Menu to ensure AUMID constraints are met.
- Ensure Windows "Do not disturb" is off and notifications are enabled for the app in Windows Settings.
- Ensure internal WhatsApp Web desktop alerts are checked in the app's UI.
- 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.
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
.msiSteps to Reproduce
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:
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.com.whatrust.app(and variations) intoHKCU:\SOFTWARE\Classes\AppUserModelId, but notifications still fail to trigger.It appears the
tauri-plugin-notificationpayload or the AUMID configuration intauri.conf.jsonmay not be configured correctly for Windows 11 requirements.