From e70be2a79e966f112e026c82aab7823dc343eee9 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 14 Sep 2022 15:39:00 +0200 Subject: [PATCH] fix URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 649569e..d2b26fc 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Mastodon expects secrets generated by specific tools. Uou can run these commands ### Auto-complete is not working? -Check the [sidekiq logs](https://social.lumbung.space/sidekiq/retries), is a bunch of stuff failing? What is the error? +Check the sidekiq logs (`/sidekiq/retries`), is a bunch of stuff failing? What is the error? If it looks anything like `blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];` then it might mean that your elastic search service has put itself into "read-only" state. This could be due to running close to no free disk space one time. ES doesn't undo this state, even when you have more free disk space once more, so you need to handle this manually: