feat(docs): Add a note about !779 to the troubleshooting page
This commit is contained in:
parent
0f94d55689
commit
1773e72e68
1 changed files with 17 additions and 5 deletions
|
|
@ -1,13 +1,25 @@
|
||||||
# Troubleshooting Continuwuity
|
# Troubleshooting Continuwuity
|
||||||
|
|
||||||
> **Docker users ⚠️**
|
:::warning{title="Docker users:"}
|
||||||
>
|
Docker can be difficult to use and debug. It's common for Docker
|
||||||
> Docker can be difficult to use and debug. It's common for Docker
|
misconfigurations to cause issues, particularly with networking and permissions.
|
||||||
> misconfigurations to cause issues, particularly with networking and permissions.
|
Please check that your issues are not due to problems with your Docker setup.
|
||||||
> Please check that your issues are not due to problems with your Docker setup.
|
:::
|
||||||
|
|
||||||
## Continuwuity and Matrix issues
|
## Continuwuity and Matrix issues
|
||||||
|
|
||||||
|
### Slow joins to rooms
|
||||||
|
|
||||||
|
Some slowness is to be expected if you're the first person on your homserver to join a room (which will
|
||||||
|
always be the case for single-user homeservers). In this situation, your homeserver has to download and verify
|
||||||
|
the message history and current state of the remote room, which involves contacting a lot of other servers.
|
||||||
|
|
||||||
|
However, _very_ slow joins, especially to rooms with only a few users in them or rooms created by another user
|
||||||
|
on your homeserver, may be caused by [issue !779](https://forgejo.ellis.link/continuwuation/continuwuity/issues/779),
|
||||||
|
a longstanding bug with synchronizing room joins to clients. In this situation, you did succeed in joining the room, but
|
||||||
|
the bug caused your homeserver to fail to tell your client. **To fix this, clear your client's cache.** Both Element and Cinny
|
||||||
|
have a button to clear their cache in the "About" section of their settings.
|
||||||
|
|
||||||
### Lost access to admin room
|
### Lost access to admin room
|
||||||
|
|
||||||
You can reinvite yourself to the admin room through the following methods:
|
You can reinvite yourself to the admin room through the following methods:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue