Hello,
since a day ago I got the following warning in the Nextcloud logs:
{
"reqId": "blL9tczS2WYDoAsfMYwU",
"level": 2,
"time": "2026-05-20T12:10:42+00:00",
"remoteAddr": "10.0.2.100",
"user": "Jon",
"app": "workflow_ocr",
"method": "GET",
"url": "/ocs/v2.php/apps/notifications/api/v2/notifications",
"scriptName": "/ocs/v2.php",
"message": "Could not find file with id 49515 for user Jon",
"userAgent": "Mozilla/5.0 (Linux) Nextcloud-Talk v2.1.2",
"version": "33.0.3.2",
"data": {
"app": "workflow_ocr"
}
}
I've done some checkups:
php occ files:get 49515 -> file 49515 not found
php occ files:delete 49515 -> file 49515 not found
php occ files:cleanup -> no change
php occ files:scan -> no change
php occ files:sanitize-filenames -> no change
php occ files:repair-tree -> no change
Then I've deleted the workflow and created a new one with the same parameters.
But the warning remains.
Now I'm out of ideas what to do.
Is there any idea to get rid of these warnings?
Any help is really appriciated.
BR SMF
System: Nextcloud 33.0.3, containerized but it's not the AIO solution, rootless Podman pod, workflow_ocr 1.33.1, workflowengine 2.15.0, Almalinux 10.1, Podman 5.6.0,
Hello,
since a day ago I got the following warning in the Nextcloud logs:
{ "reqId": "blL9tczS2WYDoAsfMYwU", "level": 2, "time": "2026-05-20T12:10:42+00:00", "remoteAddr": "10.0.2.100", "user": "Jon", "app": "workflow_ocr", "method": "GET", "url": "/ocs/v2.php/apps/notifications/api/v2/notifications", "scriptName": "/ocs/v2.php", "message": "Could not find file with id 49515 for user Jon", "userAgent": "Mozilla/5.0 (Linux) Nextcloud-Talk v2.1.2", "version": "33.0.3.2", "data": { "app": "workflow_ocr" } }I've done some checkups:
Then I've deleted the workflow and created a new one with the same parameters.
But the warning remains.
Now I'm out of ideas what to do.
Is there any idea to get rid of these warnings?
Any help is really appriciated.
BR SMF
System: Nextcloud 33.0.3, containerized but it's not the AIO solution, rootless Podman pod, workflow_ocr 1.33.1, workflowengine 2.15.0, Almalinux 10.1, Podman 5.6.0,