Update 'Troubleshoot Guide'

M M Arif 2023-05-12 05:23:41 +00:00
parent 09a3c944ec
commit fab8b080c8
1 changed files with 4 additions and 1 deletions

@ -33,4 +33,7 @@ We normally test a release on Android 9 and above. If you have Android 6, 7 and
If you have compiled Forgejo or Gitea and the version format is not like `1.12.3` etc and instead it resemble the commit hash `dhsb82g2`. You will need to recompile Forgejo or Gitea again with proper and correct version. Check out our discord channel or Forgejo or Gitea cheat sheet for more details. To know your Forgejo or Gitea version, type in browser `https://YOUR-DOMAIN/api/v1/version`. Change `https://YOUR-DOMAIN` to the actual IP or domain.
### I cannot browse directories inside file browser.
Make sure your proxy web server is setup properly, check this [link](https://docs.gitea.io/en-us/reverse-proxies/#apache-httpd) for Apache. If still encounter issues, open an [issue](https://codeberg.org/gitnex/GitNex/issues/new/choose).
Make sure your proxy web server is setup properly, check this [link](https://docs.gitea.io/en-us/reverse-proxies/#apache-httpd) for Apache. If still encounter issues, open an [issue](https://codeberg.org/gitnex/GitNex/issues/new/choose).
### I am using Gitea/Forgejo version 1.19 or above. Which token scopes should I select when creating an application token?
For optimal results, it is recommended that you choose all available scopes. GitNex adds new features with each release, and there may come a time when your token with limited scope access will prevent you from using a function or feature. Therefore, selecting all scopes is advised.