-
Notifications
You must be signed in to change notification settings - Fork 17
fix: notifications link for mobile / desktop error generating errors in v30 #317
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
Conversation
|
/backport to stable30 |
nickvergessen
left a comment
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 <[email protected]>
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. |
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
|
I upgraded to the latest version 31.0.8 today, and I've been looking at the logs and I am still seeing these warnings over and over: Icon of notification is not an absolute URL and does not work in mobile and desktop clients [app: passwords, subject: upgrade_required] I spent hours trying to figure out what was causing them and trying to stop them and eventually I found this forum which to me looks like this was fixed in version 31.0.0 ? So I'm posting this to ask why I would still be seeing them or to ask if someone could tell me how to fix it. Thanks, |
|
I have the same errors as @tccadam on 31.0.10, specifically from the passwords app. I know this pull request was around the survey_client, but unless my search skills are weaker than I thought, there is absolutely nothing on the forums or github about passwords icon absolute urls. |
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