Nextcloud version: 30.0.0.14
Operating system and version : Debian 12
Apache or nginx version: Apache2
PHP version: PHP8.2.20
I was trying to add rotation to the log system using ‘log_rotate_size’. After I add it to config.php, the warning started to be displayed:
[no app in context] Warning: Link of notification is not an absolute URL and does not work in mobile and desktop clients [app: survey_client, subject: updated]
GET /ocs/v2.php/apps/notifications/api/v2/notifications
from IP_REMOTE by MY_ADMIN_NAME at 21 Sept 2024, 14:10:20
[no app in context] Warning: Icon of notification is not an absolute URL and does not work in mobile and desktop clients [app: survey_client, subject: updated]
GET /ocs/v2.php/apps/notifications/api/v2/notifications
from IP_REMOTE by MY_ADMIN_NAME at 21 Sept 2024, 14:10:20
So I decided to remove the line from the config.php, but the problem persist. I don’t know if there’s something wrong there. In another post I found a reply that mentioned that the config file may be the problem, but I don’t know what it can be.
The log system is displaying this every 30 seconds.
Is this the first time you’ve seen this error? Y
Edit1: When I disable survey_client the warning stops!