[GH-ISSUE #158] Chrome won't download bookmarks from NextCloud #150

Closed
opened 2026-02-25 22:36:17 +03:00 by kerem · 2 comments
Owner

Originally created by @bernd-wechner on GitHub (Aug 28, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/158

OK, I have floccus working beautifully between Firefox instances at home and work. Thumbs up.

Now I tried my first Chrome instance. I first deleted all my local bookmarks. Clean slate. Then installed NextCloud from the Chrome store, and configured my server. I click Sync Now and it finishes fast and does nothing.

I checked the logs, and it sees all my bookmarks on the server fine. But crucial bits just before th end sync look like this:

COMPARE { localItem: 
     + Bookmarks bar
   ,
  cacheItem: null,
  serverItem: undefined }
(nextcloud)CREATEFOLDER { parentId: '', title: 'Bookmarks bar' } (noop)
COMPARE { localItem: 
     + Other bookmarks
   ,
  cacheItem: null,
  serverItem: undefined }
(nextcloud)CREATEFOLDER { parentId: '', title: 'Other bookmarks' } (noop)

which looks suspicious. But I can't interpret it. Can provide whole log if it helps. But it may be a use case that rings bells. New install, No bookmarks. What should happen? Server marks downloaded and installed I guess (as a special outcome of server marks downloaded, compared and merged).

Originally created by @bernd-wechner on GitHub (Aug 28, 2018). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/158 OK, I have floccus working beautifully between Firefox instances at home and work. Thumbs up. Now I tried my first Chrome instance. I first deleted all my local bookmarks. Clean slate. Then installed NextCloud from the Chrome store, and configured my server. I click Sync Now and it finishes fast and does nothing. I checked the logs, and it sees all my bookmarks on the server fine. But crucial bits just before th end sync look like this: ``` COMPARE { localItem: + Bookmarks bar , cacheItem: null, serverItem: undefined } (nextcloud)CREATEFOLDER { parentId: '', title: 'Bookmarks bar' } (noop) COMPARE { localItem: + Other bookmarks , cacheItem: null, serverItem: undefined } (nextcloud)CREATEFOLDER { parentId: '', title: 'Other bookmarks' } (noop) ``` which looks suspicious. But I can't interpret it. Can provide whole log if it helps. But it may be a use case that rings bells. New install, No bookmarks. What should happen? Server marks downloaded and installed I guess (as a special outcome of server marks downloaded, compared and merged).
kerem closed this issue 2026-02-25 22:36:17 +03:00
Author
Owner

@marcelklehr commented on GitHub (Aug 28, 2018):

Thanks for reporting! :)

<!-- gh-comment-id:416696919 --> @marcelklehr commented on GitHub (Aug 28, 2018): Thanks for reporting! :)
Author
Owner

@github-actions[bot] commented on GitHub (Mar 21, 2023):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:1477739239 --> @github-actions[bot] commented on GitHub (Mar 21, 2023): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#150
No description provided.