Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-07-08 17:59:11 +0300
committerStefan Niedermann <info@niedermann.it>2020-07-08 17:59:11 +0300
commitfefc6317d7ef59cc8fdba5af55106173bf4ea834 (patch)
treec849cd783995e7977ad665cff5612646cfd2fa59
parenta6c8362a0fcd13ba9157b608782664bf0eae03b5 (diff)
Move FAQ from wiki to repository
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--FAQ.md22
2 files changed, 23 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index c93519c29..69da32e6d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -8,7 +8,7 @@ labels: bug
Guidelines for submitting bug reports:
* Bug reports which do not fill the complete issue template will be closed.
-* Please have a look at the [FAQ in our wiki](https://github.com/stefan-niedermann/nextcloud-deck/wiki/FAQ)
+* Please have a look at our [FAQ](https://github.com/stefan-niedermann/nextcloud-deck/blob/master/FAQ.md)
* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
* This repository is *only* for issues within the Nextcloud Deck Android app
-->
diff --git a/FAQ.md b/FAQ.md
new file mode 100644
index 000000000..405623ed0
--- /dev/null
+++ b/FAQ.md
@@ -0,0 +1,22 @@
+# Frequently asked questions
+
+## I have experienced an error
+
+Sorry. There are so many different environments, that it is impossible for us to test each and every constellation.
+
+In case you receive a `NextcloudApiNotRespondingException`, try to disable the battery optimization for both apps.
+In all other cases please try to clear the storage of **both** apps, Nextcloud Android **and** Nextcloud Deck Android.
+
+You can achieve this by navigating to
+
+```
+Android settings
+ ↳ Apps
+ ↳ Nextcloud / Deck
+ ↳ Storage
+ ↳ Clear storage
+```
+
+Often there is an issue with the state of the server app. Try to create a new test account at your Nextcloud instance and connect to it. If there are no errors, share the boards of your actual account one by one with your test account to find the "faulty" one.
+
+If the issue persists, [open a bug report in our issue tracker](https://github.com/stefan-niedermann/nextcloud-deck/issues/new?assignees=&labels=bug&template=bug_report.md&title=). \ No newline at end of file