Trying to get web push notifications to work.
The test button is working but there is no notification appearing.
When going into my admin user settings to enable the push notifications i get the error displayed in the attached image.
My setup is NpmPlus > vm > seer in a docker container
Notifications are enabled on the browser and are working for jellyfin using the same reverse proxy (though it is in its own lxc).
Https is enabled properly with lets encrypt on my subdomain, i checked the database manually with sqlite3 but i couldnt find the issue.
Note: i am using the version using the pr for lidarr support https://github.com/seerr-team/seerr/pull/2132
Description
This is 99% https://github.com/0-Pierre 's branch (#1238), all credit to them!
Haven't had any action on the other PR for a while, so this is a re-based + updated PR bas...