YunoHost-Apps / synapse_ynh

Matrix server (synapse) package for YunoHost
https://matrix.org/
GNU General Public License v3.0
79 stars 42 forks source link

404 on email unsubscribe (_synapse/client/unsubscribe) #372

Closed wrapper closed 1 year ago

wrapper commented 1 year ago

Following the unsubscribe link from element notification emails, I get a 404:

2023/04/04 09:59:17 [error] 980213#980213: *82030 open() "/usr/share/nginx/html/_synapse/client/unsubscribe" failed (2: No such file or directory), client: IP, server: URL, request: "GET /_synapse/client/unsubscribe?access_token=XXX HTTP/2.0", host: "URL"

When I nav to /usr/share/nginx/html/_synapse/client/unsubscribe there is no such file or directory, so the wrong path is being called

Josue-T commented 1 year ago

Fixed by #377