i am facing an issue with notify_push.
When I try to access:
https://mydomain.co/push/version
This page can’t be found
No webpage was found for the web address: https:///push/version
HTTP ERROR 404
I am unable to see the notify_push version from the browser.
However, from the server, the version is displayed correctly:
sudo /var/www/html/apps/notify_push/bin/x86_64/notify_push --version
notify_push 1.3.5
sudo -u www-data php /var/www/html/occ app:list | grep notify_push
notify_push: 1.3.5
So, the notify_push binary and app appear to be installed correctly, but for some reason the /push/version endpoint is not accessible from the browser.
I suspect this may be related to the issue we are experiencing with Nextcloud Talk notifications. Web notifications are noticeably delayed, whereas notifications on the mobile app are received immediately. Push notifications are enabled in the Talk app.
Environment:
- Nextcloud Server: v34.0.2
- Talk App: v24.0.3
- Notifications App: Enabled
- notify_push App: Enabled (v1.3.5)
Has anyone encountered this issue before? Is there any additional server-side check or configuration that I should verify to determine why /push/version is not accessible from the browser?
