Errors

Could not load more comments

Loading the next page of comments failed (often on news; download pages usually load all at once).

Could not load more comments

The comments UI tried to fetch another page (?after=) and failed, or comments became disabled mid-session. Common on news comment lists; file download comments usually return the full list without pagination.

Why this happens

GET failed (403/404/500), network drop, or disabled: true in the response. Client fallback when there is no clearer mapped error.

Diagnose and fix

1. Refresh the page and try again.

2. Enable file comments / News comments enabled / Public folder comments as appropriate.

3. Check app logs for the comments GET route.

4. If comments are off, you will more often see Comments are disabled on POST.

Related