sylv38
I answer myself for those who want to correct this error when opening a discussion
Uncaught (in promise) TypeError: t.main is undefined addPusher.js:23:8
Open vendor/fof/gamification/js/dist/forum.js
Search and replace
t.main.bind("newVote"
with
t.channels.main.bind("newVote"
Search and replace
t.main.unbind("newVote"
with
t.channels.main.unbind("newVote"
Clear flarum cache, or disable/enable the extension to reload the script