Hi
I have a problem with the list of active users. The active user list cannot be loaded, the loading wheel rotates endlessly.
Step to reproduce:
- Open the home page (
/
) - Click on the hamburger menu in the upper right corner next to the avatar
- Select “Admin” (
/admin
) - Select “Users” (
/admin/users/list/active
) - Now the rotating loading animation appears. But the list is not loaded.
Important: The problem only occurs if I go the way described above. If I call the URL directly (/admin/users/list/active
), the problem does not occur.
In the Chromium Developer Tools I see the following Javascript Error after step 3:
From https://meta.discourse.org/t/how-to-make-bug-reports-for-discourse/33070:
Make sure the bug isn’t already resolved. Search for similar issues in the bug category
Have searched and found no bug which could fit.
Make sure you can reproduce your problem on the default sandbox at try.discourse.org
Unfortunately this is not possible because I do not have admin rights on the sandbox installation.
Details:
- Version: 2.5.0 (c33847b30d)
- Installed from
https://github.com/discourse/discourse_docker.git
Kind regards
Markus