-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Push Notification partially working #1495
Comments
I tried to delete app data on my phone, delete all entries in user_push_subscription related to me, enable notification on my phone, go to notification settings and save but it's still not working. |
I'm getting a lot of "SQLITE_CORRUPT: database disk image is malformed". |
The issue is coming from an upstream change. Wait till #1466 might fix it, might not. But how web push has been handled has changed, and that's why (if you roll back to 2.3.0, it will work) That said:
This is not good. Your db is corrupted, and you should recover it (and for the future, always keep backups if you're on sqlite, especially. |
Thanks for the reply, I deleted everything and restart from scratch, I'll wait for the fix for the notification issue! |
You might have been able to recover it 😅 |
Description
Hi!
It looks like since version 2.5.0, at least one notification is not working.
As an admin, I choose to get notification when requests are automatically validated:
But I'm not getting any notifications...
Web Push seems to work because I can get notification when my own requests are available.
If I check the logs, I only find "MEDIA_AVAILABLE" type of notification.
Version
2.5.1
Steps to Reproduce
Screenshots
No response
Logs
Platform
smartphone
Database
SQLite (default)
Device
Google Pixel 8
Operating System
Android 15
Browser
Chrome
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: