How can I fix error "Could not find resource bookmarks/js/flow.js"

Nextcloud version (eg, 20.0.5): 27.0.0
Operating system and version (eg, Ubuntu 20.04): openSUSE Leap 15.4
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.51
PHP version (eg, 7.4): PHP 8.0.29
Architecture: aarch64; Raspi4

The issue you are facing:
I found several entries in log showing “Could not find resource bookmarks/js/flow.js”

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Login in NC via Browser as admin or normal user
  2. Go to (administrator) settings
  3. Click “Flow” on the left side

The output of your Nextcloud log in Admin > Logging:

Error	jsresourceloader	Could not find resource bookmarks/js/flow.js to load 2023-07-06T10:44:15+0200
Error	jsresourceloader	Could not find resource bookmarks/js/flow.js to load 2023-07-06T10:43:56+0200
Error	jsresourceloader	Could not find resource bookmarks/js/flow.js to load 2023-07-06T10:40:59+0200
Error	jsresourceloader	Could not find resource bookmarks/js/flow.js to load 2023-07-06T09:59:51+0200
on of it in raw format:
{"reqId":"CpVFFHdk5Fn36TvqWW1v","level":3,"time":"2023-07-06T08:44:15+00:00","remoteAddr":"192.168.2.71","user":"ncadmin","app":"jsresourceloader","method":"GET","url":"/nextcloud/index.php/settings/user/workflow","message":"Could not find resource bookmarks/js/flow.js to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0","version":"27.0.0.8","data":{"app":"jsresourceloader"},"id":"64a69da774b1a"}

How can I correct this error.
What am I missing.
Where can I get the missing one.
Until today I never clicked “Flow”

I just experienced this same error! When I check out the folder for the app on my system, there is a “bookmarks-flow.js” file but not a “flow.js” file. A simply symlink fixed the problem:

ln -s bookmarks-flow.js flow.js