I’ve set up a new discourse in my domain, but there’s a slight problem. For some reason the user directory is showing only me (the admin), but no one else. A lot of people have already signed up, but still no one else is shown.
There is a regular job that updates it, wait 24 hours the users should all show up.
このジョブを強制的に実行する方法はありますか?私のフォーラムは24時間以上(1週間以上)前に作成されたのに、ユーザーディレクトリにはまだ誰の表示もありません。プロフィールさえもです…
your.discourse/sidekiq/scheduler に移動し、Jobs::DirectoryRefreshDaily ジョブと同じ行にある Trigger ボタンをクリックしてください。
ジョブが最後に実行された時刻と、最新のステータス(OK であるべきです)を確認することをお勧めします。
また、「enable user directory」サイト設定が有効になっていることを確認しましたか?
「DirectoryRefreshOlder」ジョブでも同じことができますか?
完璧です、これで問題解決しました!ありがとうございます ![]()