Hello,
I have a problem on a discourse badges configuration.
Since few days, badges are not trigger when users make actions.
The badge is of course enable and i have results if make a preview on back-office.
example : badge for a first like
request : SELECT p.user_id, min(post_id) post_id, min(pa.created_at) granted_at
FROM post_actions pa
JOIN badge_posts p on p.id = pa.post_id
WHERE post_action_type_id = 2 AND
(:backfill OR pa.post_id IN (:post_ids) )
GROUP BY p.user_id
I don’t know where to look to resolve that.
Thanks for your help.
Matthieu