I have my own setup for Nextcloud 18.0.3, running on FreeBSD 12.1-RELEASE-p2. The backend is using nginx/1.16.1, php 7.3.16, and postgres (PostgreSQL) 11.7, and I’m using Firefox 76.0.1 with Floccus to access my bookmarks.
There are 1793 individual entries I have for all bookmarks. Absolutely none of them have thumbnails. Not even a default; its a flat white square. I’m also unable to delete any bookmark from this interface. This is an assumption, since I have only tried to delete a few. I believe it is a safe one.
Looking in the Logging tab under settings, my logs are absolutely polluted with “BadFunctionCallException” exceptions. One of the entries is documented below. A more detailed version is attached as a pastebin. I’m not sure why this is; are there any ideas?
"message":{"Exception":"BadFunctionCallException","Message":"image is not a valid attribute"
Mmmh, I’m not sure in which versions the image column was used on the oc_bookmarks table. That was before migrations were introduced, so I guess you have had that column for a while without it doing anything but also not making trouble.
It seems it’s starting to do trouble now. I will fix this error, but the best thing for you would probably be to drop the image column from the oc_bookmarks table. This will also fix preview and favicon generation (provided you have enabled network access in the admin preferences).