From 8ac4db0486f84b5291ca021032b2fc6e4be4db2a Mon Sep 17 00:00:00 2001 From: OKIN <87260669+BigBossRabbit@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:02:05 +0200 Subject: [PATCH] Fix swapped words in Tor address section Found swapped words in the `I am unable to reach my server via its xxxxxxxxxxxxxxxxxx.onion (Tor) address` section while sharing the information, so corrected it. --- site/source/support/common-issues.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/support/common-issues.rst b/site/source/support/common-issues.rst index 2d65bf6..0a0d4d5 100644 --- a/site/source/support/common-issues.rst +++ b/site/source/support/common-issues.rst @@ -64,7 +64,7 @@ I am unable to reach my server via its xxxxxxxxxxxxxxxxxx.onion (Tor) address ----------------------------------------------------------------------------- #. Tor can be slow and unreliable. Often, the solution to poor connectivity is just to wait an hour and try again. #. Try connecting using the official Tor Browser. If this works, it means the issue is with (1) your current browser or native app, (2) the Tor daemon running on your phone/laptop. Try clearing cache and restarting things. -#. Try connecting to your server using its *.local* URL or IP its address. If this works, it means the issue is specific to Tor on your server. Check out your Tor logs (System -> Tor Logs). If you see errors, such as Tor stuck bootstrapping, navigate to System -> Experimental Features -> Reset Tor. +#. Try connecting to your server using its *.local* URL or its IP address. If this works, it means the issue is specific to Tor on your server. Check out your Tor logs (System -> Tor Logs). If you see errors, such as Tor stuck bootstrapping, navigate to System -> Experimental Features -> Reset Tor. Request Error -------------