Skip to content
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

Open
1 task done
CrowMash opened this issue Mar 18, 2025 · 5 comments
Open
1 task done

Web Push Notification partially working #1495

CrowMash opened this issue Mar 18, 2025 · 5 comments
Labels
awaiting triage This issue needs to be reviewed bug Something isn't working

Comments

@CrowMash
Copy link

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:

Image

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

  1. Go to settings and set that requests are automatically approved

Image

  1. A non-admin user asks for anything
  2. No notifications for admins

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

  • I agree to follow Jellyseerr's Code of Conduct
@CrowMash CrowMash added awaiting triage This issue needs to be reviewed bug Something isn't working labels Mar 18, 2025
@CrowMash
Copy link
Author

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.

@CrowMash
Copy link
Author

I'm getting a lot of "SQLITE_CORRUPT: database disk image is malformed".
I'll try to dump everything and start again. Maybe it will fix my problem.

@fallenbagel
Copy link
Owner

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.

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:

I'm getting a lot of "SQLITE_CORRUPT: database disk image is malformed".

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.

@CrowMash
Copy link
Author

Thanks for the reply, I deleted everything and restart from scratch, I'll wait for the fix for the notification issue!

@fallenbagel
Copy link
Owner

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 😅
But it's okay, what works for you! ;) (though I would still recommend doing atleast weekly backups incase sqlite gets corrupted)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage This issue needs to be reviewed bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants