You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"reqId": "zmocK7Zhtu3bDXD82WyI",
"level": 0,
"time": "2024-07-31T08:16:42+00:00",
"remoteAddr": "127.0.0.1",
"user": "admin",
"app": "no app in context",
"method": "GET",
"url": "/ocs/v2.php/apps/notifications/api/v2/notifications",
"message": "OCA\\TermsOfService\\Notifications\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0",
"version": "30.0.0.3",
"data": []
}
The text was updated successfully, but these errors were encountered:
The \\OCP\\Notification\\UnknownNotificationException is available since Nextcloud 30. This debug message will turn into a warning with Nextcloud 33 and an Error with Nextcloud 39.
We currently create one release for 28 to 30 - so we'd need to check for the existance of UnkownNotificationException. I guess best to replace this when we are releasing for 30 to 32.
The text was updated successfully, but these errors were encountered: