When I enable the voting plugin on my Discourse plugin, I get this crash when I log in.
I’ve run the below query in data explorer and I see a handful of users with empty values.
SELECT * FROM user_custom_fields WHERE name = 'votes' AND value = ''
I have this pull request merged, but I’m still seeing the above crash.
I know very little about Ruby and Rails, so I guess my ask is, should the PR have fixed the issue? If not, any guidance on what I could do to fix it. I kinda like the voting plugin