Skip to content

Commit f14b6d4

Browse files
committed
enh(faq): Document E34
1 parent 5fcf6f0 commit f14b6d4

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
@@ -137,6 +137,10 @@ After two hours of trying floccus should override the lock and finally start syn
137137
question: "I'm seeing 'E035: Failed to create bookmark on the server' errors . What can I do?",
138138
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.`,
139139
},
140+
{
141+
question: "I'm seeing 'E034: Remote bookmarks file is unreadable.' errors . What can I do?",
142+
answer: `This error can happen e.g. after you have shutdown your computer while floccus was running. Sometimes that leads to only parts of the bookmarks file getting uploaded, which floccus notices and stops the sync. You can remedy this situation by deleting the file on the server and triggering a sync with floccus, ideally on the device that you last made changes on. Floccus will then re-upload the whole file.`,
143+
},
140144
].map(faq => ({...faq, show: false})),
141145
}
142146
},

0 commit comments

Comments
 (0)