Flow activation: rules were requested for operation Block

Nextcloud version: 18.0.1
Operating system and version: FreeBSD 12.1
Apache or nginx version: nginx 1.16.1
PHP version: 7.3.14

The issue you are facing:

Logs are spammed with

{"reqId":"","level":1,"time":"2020-02-14T14:59:06-08:00","remoteAddr":"192.168.10.41","user":"stratacast","app":"workflowengine","method":"SEARCH","url":"/remote.php/dav","message":"No flow configurations is going to run Block access to a file","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8","version":"18.0.1.3"}

When opening Nextcloud app on iOS. Also when I open up my Nextcloud app on my phone it pops up saying “cannot parse header”…nothing is quite clear on what is causing this, nor do the nginx access logs make anything stand out

192.168.10.41 - stratacast [14/Feb/2020:15:17:40 -0800] "GET /status.php HTTP/2.0" 200 146 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:41 -0800] "PROPFIND /remote.php/webdav HTTP/2.0" 207 1158 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:41 -0800] "GET /ocs/v2.php/cloud/user?format=json HTTP/2.0" 200 405 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:41 -0800] "GET /index.php/avatar/stratacast/128 HTTP/2.0" 304 0 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:41 -0800] "PROPFIND /remote.php/webdav HTTP/2.0" 207 39830 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:41 -0800] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/2.0" 200 1341 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:41 -0800] "REPORT /remote.php/dav/files/stratacast HTTP/2.0" 207 1289 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:41 -0800] "PROPFIND /Photos/Dogs/mago.jpg HTTP/2.0" 405 0 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:41 -0800] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/2.0" 200 74 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:42 -0800] "GET /ocs/v2.php/apps/files_sharing/api/v1/shares HTTP/2.0" 200 916 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:42 -0800] "GET /ocs/v2.php/apps/files/api/v1/directEditing?format=json HTTP/2.0" 200 211 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
192.168.10.41 - stratacast [14/Feb/2020:15:17:57 -0800] "SEARCH /remote.php/dav HTTP/2.0" 499 0 "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/2.25.8"
1 Like

I’ve got the same message.

German:
“message”:“No flow configurations is going to run Zugriff auf Datei verhindern”

English:
“message”:“No flow configurations is going to run Block access to a file”

Should I be worried?

I am seeing same logs.

By chance, does your external storage happen to be read only?

I believe that is what is causing it for me, the new workspace function is trying to create a README file and is not allowed to

I just tried disabling the File Access Control app and those logs have ceased completely now.

5 Likes

I can confirm that it fixes also my log storm.

1 Like

Same here! Disabling makes nextcloud also snappy again! Thanks for sharing!

Same for me with FileAccessControl 1.17.0 on NextCloud 27.0.1 - disabling the former fixes my synchronisation issue.