UP-NextPush / server-app

UnifiedPush provider for Nextcloud - server application - Moved to https://codeberg.org/NextPush/uppush
GNU Affero General Public License v3.0
67 stars 8 forks source link

Matrix push gateway is not working anymore #27

Closed niks255 closed 1 year ago

niks255 commented 1 year ago

Seems like the client requires a new field in JSON response. Should be an easy fix.

изображение_2022-11-05_104422853

p1gp1g commented 1 year ago

Could you test that script: https://github.com/UP-NextPush/server-app/blob/main/script/tests.sh

niks255 commented 1 year ago

Could you test that script: https://github.com/UP-NextPush/server-app/blob/main/script/tests.sh

Yep.

[+] Checking URL [*] Nextcloud server found. [+] Checking matrix gateway [!] Matrix gateway is not setup. cf. https://github.com/UP-NextPush/server-app#gateways

Although it shows exactly what the script expects https://ownserver.duckdns.org/_matrix/push/v1/notify

niks255 commented 1 year ago

Okay, seems like this issue was related to nginx. The trailing slash at the end was an issue, for some reason it didn't work without it. And browser kept adding it when I opened the URL, so I never noticed the problem. This can now be closed.