Push/version from Browser

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?

Hey @Wilsong do you have a notify_push service installed?

See GitHub - nextcloud/notify_push: Update notifications for nextcloud clients · GitHub

Did you execute this command?
sudo -u www-data php /var/www/nextcloud/occ notify_push:setup https://yourDomain.com/push

It is important that the metrics increase when a file is uploaded or deleted in a client, test with:
sudo -u www-data php /var/www/nextcloud/occ notify_push:metrics

This displays your current IP address:
https://yourDomain.com/index.php/apps/notify_push/test/remote (displays our IP address)

I think you may have overlooked the support template.

Also, see: GitHub - nextcloud/notify_push: Update notifications for nextcloud clients · GitHub

Hi Scubamuc,
Push serive is intalled and working

Hi Castillo92
yes