Skip to content

Commit a9ea67e

Browse files
committed
enh(faq): Add question about E035
1 parent b4f15f8 commit a9ea67e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/faq.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ After two hours of trying floccus should override the lock and finally start syn
133133
question: "I'm seeing 'Failed to map parentId' errors . What can I do?",
134134
answer: `This error indicates that something went wrong during the sync. The developers are aware of these errors and are working on fixing all instances of them. In the meantime you can try to trigger a sync from scratch in the settings of the profile that errored. Make sure you have a backup of your bookmarks before you do this, and check your bookmarks for deleted bookmarks that may have come back. You can be sure that nothing will be deleted in this step, though.`,
135135
},
136+
{
137+
question: "I'm seeing 'E035: Failed to create bookmark on the server' errors . What can I do?",
138+
answer: `This error can happen with older versions of Nextcloud Bookmarks. An update to the latest version should fix this. If it doesn't, please file an issue on the floccus or Nextcloud Bookmarks github repositories.`,
139+
},
136140
].map(faq => ({...faq, show: false})),
137141
}
138142
},

0 commit comments

Comments
 (0)