[GH-ISSUE #1744] Firefox Windows 11 Git Sync Error #1165

Closed
opened 2026-02-25 22:39:12 +03:00 by kerem · 8 comments
Owner

Originally created by @vincelawdev on GitHub (Oct 14, 2024).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1744

Which version of floccus are you using?

5.3.1

How many bookmarks do you have, roughly?

5000

Are you using other means to sync bookmarks in parallel to floccus?

No

Sync method

Git

Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.

Firefox 131.0.2

Which version of Nextcloud Bookmarks are you using? (if relevant)

No response

Which version of Nextcloud? (if relevant)

No response

What kind of WebDAV server are you using? (if relevant)

No response

Describe the Bug

2024-10-14T22:57:44.401Z Starting sync process for account Vince
2024-10-14T22:57:44.588Z onSyncStart: begin
2024-10-14T22:57:44.600Z (git) init
2024-10-14T22:57:44.601Z onSyncFail
2024-10-14T22:57:44.601Z Syncing failed with A mutation operation was attempted on a database that did not allow mutations.
2024-10-14T22:57:44.604Z onSyncFail

Expected Behavior

Expect it to sync to my BitBucket repository I just created.

To Reproduce

Set up new repository in BitBucket. Install Firefox on Windows 11. Install floccus addon for Firefox.

Debug log provided

  • I have provided a debug log file
Originally created by @vincelawdev on GitHub (Oct 14, 2024). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1744 ### Which version of floccus are you using? 5.3.1 ### How many bookmarks do you have, roughly? 5000 ### Are you using other means to sync bookmarks in parallel to floccus? No ### Sync method Git ### Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please. Firefox 131.0.2 ### Which version of Nextcloud Bookmarks are you using? (if relevant) _No response_ ### Which version of Nextcloud? (if relevant) _No response_ ### What kind of WebDAV server are you using? (if relevant) _No response_ ### Describe the Bug 2024-10-14T22:57:44.401Z Starting sync process for account Vince 2024-10-14T22:57:44.588Z onSyncStart: begin 2024-10-14T22:57:44.600Z (git) init 2024-10-14T22:57:44.601Z onSyncFail 2024-10-14T22:57:44.601Z Syncing failed with A mutation operation was attempted on a database that did not allow mutations. 2024-10-14T22:57:44.604Z onSyncFail ### Expected Behavior Expect it to sync to my BitBucket repository I just created. ### To Reproduce Set up new repository in BitBucket. Install Firefox on Windows 11. Install floccus addon for Firefox. ### Debug log provided - [X] I have provided a debug log file
kerem 2026-02-25 22:39:12 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@github-actions[bot] commented on GitHub (Oct 14, 2024):

Hello 👋

Thank you for taking the time to open this issue with floccus. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I'm Marcel and I created floccus a few years ago, maintaining it ever since. I currently work for Nextcloud
which leaves me with less time for side projects like this one than I used to have.
I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
To continue the development and maintenance of this project in a sustainable way it is expected that you donate to the project when opening a ticket,
if you're not a donor already. You can find donation options at https://floccus.org/donate/. Thank you!

One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the Nextcloud forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself.

I look forward to working with you on this issue
Cheers 💙

<!-- gh-comment-id:2412483662 --> @github-actions[bot] commented on GitHub (Oct 14, 2024): Hello :wave: Thank you for taking the time to open this issue with floccus. I know it's frustrating when software causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at and if possible solved. I'm Marcel and I created floccus a few years ago, maintaining it ever since. I currently work for Nextcloud which leaves me with less time for side projects like this one than I used to have. I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it. Until then, please be patient. Note also that GitHub is a place where people meet to make software better *together*. Nobody here is under any obligation to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can collaborate to make this software better. For everyone. Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and try to fix the odd bug yourself. Everyone will be thankful for extra helping hands! To continue the development and maintenance of this project in a sustainable way it is expected that you donate to the project when opening a ticket, if you're not a donor already. You can find donation options at <https://floccus.org/donate/>. Thank you! One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the Nextcloud forum, to twitter or somewhere else. But this is a technical issue tracker, so please make sure to focus on the tech and keep your opinions to yourself. I look forward to working with you on this issue Cheers :blue_heart:
Author
Owner

@marcelklehr commented on GitHub (Oct 15, 2024):

Hey @vincelawdev
Are you using Firefox' private browsing mode per chance? Firefox Private mode doesn't support IndexedDB it seems which is needed for Git sync to work.

<!-- gh-comment-id:2413526826 --> @marcelklehr commented on GitHub (Oct 15, 2024): Hey @vincelawdev Are you using Firefox' private browsing mode per chance? Firefox Private mode doesn't support IndexedDB it seems which is needed for Git sync to work.
Author
Owner

@vincelawdev commented on GitHub (Oct 15, 2024):

Yes. You were right. I am not sure how Firefox enabled private windows by default but I have disabled that and it now works fine. Thank you.

<!-- gh-comment-id:2413786113 --> @vincelawdev commented on GitHub (Oct 15, 2024): Yes. You were right. I am not sure how Firefox enabled private windows by default but I have disabled that and it now works fine. Thank you.
Author
Owner

@accforgithubtest commented on GitHub (Jan 14, 2025):

Is firefox private windows not working a permanent expected behavior ? or is there any fixes planned ?
Are there any workarounds to get floccus working in firefox private windows ?

<!-- gh-comment-id:2588482206 --> @accforgithubtest commented on GitHub (Jan 14, 2025): Is firefox private windows not working a permanent expected behavior ? or is there any fixes planned ? Are there any workarounds to get floccus working in firefox private windows ?
Author
Owner

@marcelklehr commented on GitHub (Jan 14, 2025):

@accforgithubtest floccus via Git not working in firefox private windows is permanent expected behavior, sadly.

<!-- gh-comment-id:2589243329 --> @marcelklehr commented on GitHub (Jan 14, 2025): @accforgithubtest floccus via Git not working in firefox private windows is permanent expected behavior, sadly.
Author
Owner

@thinkingofmaud commented on GitHub (Apr 17, 2025):

Had the same issue right now. I "hydrated" the git branch with bookmarks.xbel, now it works.

<!-- gh-comment-id:2811397767 --> @thinkingofmaud commented on GitHub (Apr 17, 2025): Had the same issue right now. I "hydrated" the git branch with bookmarks.xbel, now it works.
Author
Owner

@accforgithubtest commented on GitHub (Apr 17, 2025):

hi @thinkingofmaud - how to "hydrate" the git branch ? A bit more detailed steps wold be appreciated !
Cheers

<!-- gh-comment-id:2814064394 --> @accforgithubtest commented on GitHub (Apr 17, 2025): hi @thinkingofmaud - how to "hydrate" the git branch ? A bit more detailed steps wold be appreciated ! Cheers
Author
Owner

@thinkingofmaud commented on GitHub (Apr 18, 2025):

@accforgithubtest instead of trying to sinc with a bare or nonexistent branch, i did push a commit with the current copy of bookmarks.xbel.

<!-- gh-comment-id:2816093945 --> @thinkingofmaud commented on GitHub (Apr 18, 2025): @accforgithubtest instead of trying to sinc with a bare or nonexistent branch, i did push a commit with the current copy of bookmarks.xbel.
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#1165
No description provided.