Typically, it means users accessing the onion service are unable to
access the service. It's an outage that should be resolved, but it
only affects users accessing the service over Tor, not necessarily
other users.
You can confirm the issue by visiting the URL in Tor Browser.
We are currently aware of issues with onion services, see
[tpo/tpa/team#42054](https://gitlab.torproject.org/tpo/tpa/team/-/issues/42054) and [tpo/tpa/team#42057](https://gitlab.torproject.org/tpo/tpa/team/-/issues/42057). Typically, the
short-term fix is to restart Tor:
systemctl restart tor
A bug report should be filed after gathering more data by setting the
`ExtendedErrors` flags on the `SocksPort`, which give an error code
that can be looked up in the `torrc` manual page.
For sites hosted behind onionbalance, however, the issue might lie
elsewhere, see [tpo/onion-services/onionbalance#9](https://gitlab.torproject.org/tpo/onion-services/onionbalance/-/issues/9).
## Disaster recovery
<!-- what to do if all goes to hell. e.g. restore from backups? -->
<!-- rebuild from scratch? not necessarily those procedures (e.g. see -->
<!-- "Installation" below but some pointers. -->
# Reference
<!-- this section is a more in-depth review of how this service works, -->
<!-- how it's setup. day-to-day operation should be covered in -->
<!-- tutorial or how-to, this is more in-depth -->
<!-- a good guide to "audit" an existing project's design: -->