When building into .msi with Tauri, [sendNotification](https://tauri.app/v1/api/js/notification/) works perfectly. After packaging it into MSIX (that got submitted to Microsoft Store), the notification is not working Line of code: https://github.com/Recordscript/recordscript/blob/a2b92f4a416f06df11717f30ef93de75b19ce002/src/App.tsx#L549 I also have opened an issue related to this on Tauri plugin repository: https://github.com/tauri-apps/plugins-workspace/issues/1659