What issue or error are you experiencing?
Hello.
I am trying to create a local site registered in .onion, to access via torna brownser.
To do this, we configure the Tor to point to the site that is in the local directory, through the Torrc file, adding the following command line.
HiddenServiceDir C:\Users\usuario\Local Sites\nos\app\public
HiddenServicePort 80 nos:80
HiddenServiceStatistics 0
The local site works perfectly, when we access via “https: //” as shown below:
The site is configured to access via “Site Domans”, as shown below.
When I try to access via .onion through the brownnser, the following error message appears, as shown below:
Site Not Found
The site you requested does not have an associated route in Local.
If you continue to get this message after refreshing, try restarting the Local site.If the error persists, check the Local Router Logs in Local by going to
Help » Reveal Local Router’s Logs.
The same mistake happens when I try to access via “localhost”.
I tried to change the setting from “Router mode” to “localhost” but when I do this, I can’t access the site anymore, nor like http://nos, nor like localhost, nor like localhost:10006, as image below.
What may be going wrong?