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.
Is there a way to force this job to run? My forum is older than 24 hours (over a week) and still shows nobody in the user directory – not even my profile…
Go to your.discourse/sidekiq/scheduler
and click the Trigger button on the same line as the “Jobs::DirectoryRefreshDaily
” job.
You might want to check the last time the job ran and its latest status (should be OK
).
Also, are you sure you have the “enable user directory
” site setting enabled?
Hey Regis, thanks for the swift response. Yes, I can confirm that the user directory option is enabled and even when I click to trigger that job, it ran and has status ok but the directory is still empty.
Can you do the same with the “DirectoryRefreshOlder
” job?
Perfect – that did the trick, thank you!
This topic was automatically closed after 2886 days. New replies are no longer allowed.