From 17eaf64cc313efb29fe10644cbe17c872718ebe0 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Sat, 5 Sep 2020 14:30:07 +0200 Subject: [PATCH] --- Troubleshoot-Guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Troubleshoot-Guide.md b/Troubleshoot-Guide.md index 64169ca..3e205cf 100644 --- a/Troubleshoot-Guide.md +++ b/Troubleshoot-Guide.md @@ -27,4 +27,7 @@ Self signed certificates are only supported from version **2.5.0**. Make sure yo 3. No, still does not work. We appreciate that you open an issue and provide as much detail possible. #### 5- What version of Android do you guys test the app on? -We normally test a release on Android 7 and above. If you have Android 5 or 6 and there is an issue with the app, please let us know so we can test on that version and help fix the problem. Opening an issue is a [step away](https://codeberg.org/gitnex/GitNex/issues). \ No newline at end of file +We normally test a release on Android 7 and above. If you have Android 5 or 6 and there is an issue with the app, please let us know so we can test on that version and help fix the problem. Opening an issue is a [step away](https://codeberg.org/gitnex/GitNex/issues). + +#### 6- "No gitea detected", why I am getting this message? +If you have compiled Gitea and the version format is not like `1.12.3` etc and it resemble the commit hash like `dhsb82g2`. You will need to recompile Gitea again with proper and correct version. Check out our discord channel or Gitea cheat sheet for more details. To know your gitea versin, type in browser `https://YOUR-DOMAIN/api/v1/version`. Change `https://YOUR-DOMAIN` to the actual IP or domain etc. \ No newline at end of file