Broken topic "Ability to quickly favorite a photo while browsing"

Hi,
for me the topic "Ability to quickly favorite a photo while browsing is broken - when I open the topic, I don’t see any of the messages. Tried it with both Firefox and Chrome, both logged in and in a private window.

The messages are still there, however – using the post-scroll option in the mobile UI (the / button), I still see the teaser for each post.

1 Like

Sorry about that! The discourse reactions plugin was grumpy about an invalid reaction. I’ve just fixed the db and the topic loads again:

$ docker exec -it app bash
$ psql discourse
discourse=# 
DELETE FROM
  discourse_reactions_reactions
WHERE
  reaction_value = 'thumbs-up';