Open tlhogan opened 2 years ago
I recognize the same issue in my environment with Firefox, Chrome and Safari on macOS. we use nextcloud 23.0.10 in a hosted environment. Existing bookmarks will no longer be rendered. No possibility to add new bookmarks or edit or use them
Only synchronization with firefox still works.
I'm experiencing the same issue. I'm guessing the "Failed to count bookmarks" messages are a consequence from the 404's since the client gets blocked after a certain amount of 404 requests (in my case the client is not blocked by nextcloud). Synchronization is working and if I don't load a page with to many 404 images then I can still use the app and create new items.
I have been looking into slowness with the bookmark icons loading and while looking at the console screen in Firefox, I see a large number of the following errors.
404 GET https://nc.hoganzoo.com/apps/bookmarks/bookmark/409/image 404 GET https://nc.hoganzoo.com/apps/bookmarks/folder/144/publictoken
I have also looked at the storage and the folders do not exist for bookmark/ and folder.. These messages seem to come up about the same time and the bookmark icons are being loaded.
I have also noticed that of I move to another Nextcloud tab while the bookmark icons are loading, I will sometimes get a bunch of "Failed to count bookmarks" messages. this does not happen all the time and I am having a hard time reproducing it regularly. For the record, I have 237 bookmarks total spread across about 12 folders and 5 tags.
Any ideas on the 404 errors and if this would account for the slowness in the icons loading?
Desktop (please complete the following information):
Server (please complete the following information):
OS: Ubuntu 22.04
HTTP server: Apache 2.4.52
Database: 10.6.7-MariaDB
PHP version: 8.1
Nextcloud version: 24.0.4
Bookmarks app version: 11.0.1
Activated Nextcloud Apps: Enabled:
Nextcloud configuration: { "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusteddomains": [ "nc.hoganzoo.com" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "mysql", "version": "24.0.4.1", "overwrite.cli.url": "http:\/\/nc.hoganzoo.com", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "default_phone_region": "US", "memcache.local": "\OC\Memcache\APCu", "maintenance": false, "theme": "", "loglevel": 2, "log_rotate_size": 0, "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_smtpmode": "smtp", "mail_sendmailmode": "smtp", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_smtphost": "REMOVED SENSITIVE VALUE", "mail_smtpport": "25", "htaccess.RewriteBase": "\/", "trashbin_retention_obligation": "auto, 30", "versions_retention_obligation": "auto, 30", "twofactor_enforced": "true", "twofactor_enforced_groups": [], "twofactor_enforced_excluded_groups": [ "NoFactor" ] } }
Nextcloud external user backend: none
Regards, Tim