-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: notifications link for mobile / desktop error generating errors in v30 #317
fix: notifications link for mobile / desktop error generating errors in v30 #317
Conversation
/backport to stable30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix tomorrow
… desktop Signed-off-by: Josh <josh.t.richards@gmail.com>
41acbbd
to
a984156
Compare
/backport to stable30 |
/backport to stable29 |
/backport to stable28 |
Thanks for bringing the URL generation up-to-date, @nickvergessen. Looks like I did it the old way. |
Warnings are still happening... doesn't seem fixed for me. {
"reqId": "QYss6puhYbfWtBEO2goJ",
"level": 2,
"time": "2024-09-28T10:22:53+00:00",
"remoteAddr": "********",
"user": "*******",
"app": "no app in context",
"method": "GET",
"url": "/ocs/v2.php/apps/notifications/api/v2/notifications",
"message": "Icon of notification is not an absolute URL and does not work in mobile and desktop clients [app: survey_client, subject: updated]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36",
"version": "30.0.0.14",
"data": [],
"id": "66f7d914e838a"
} |
Well, yeah - the code was just merged. :) You have to wait until the next maintenance release (or apply it manually early if you're into that sort of thing: https://docs.nextcloud.com/server/latest/admin_manual/issues/applying_patch.html) |
Sorry for not having mentioned it in my previous message but the modif file |
We didn't fix the icon. I can do it Monday. |
Fixes #316
EDIT: I guess this has been broken for awhile, but wasn't super apparent until the new notification logging added in nextcloud/server#44770