--- title: "Voting appears to allow the same user twice" url: "https://demo.myforumcat.com/q/83/voting-appears-to-allow-the-same-user-twice" forum: "Demo" question_number: 83 category: "General" tags: ["Billing", "Export"] status: "solved" solved: true votes: 13 replies: 5 views: 445 asked_at: "2026-07-22T04:28:28.803Z" updated_at: "2026-09-18T23:16:04.726Z" --- # Voting appears to allow the same user twice Asked by Mei Lin on 2026-07-22 · 13 votes We noticed our own vote count go up by two when only one person clicked upvote. It might be a double submit issue. ## 5 replies ### Reply 1 meow (Owner) · 2026-07-22 · 4 votes Looked into this on our end, most likely a double network request from a slow tap registering as two separate clicks rather than an actual double vote in the database. Added a debounce on the button regardless so a fast double tap only ever sends one request. ### Reply 2 (marked as the solution) Jane Cooper · 2026-07-22 · 5 votes That lines up, ours settled back to the correct count after a refresh, so it really was just a display blip and not a real double vote. ### Reply 3 Rebecca Stone · 2026-07-23 · 1 vote Glad it was just a display blip, had a moment of worry about vote integrity. ### Reply 4 Elena Marsh (Agent) · 2026-07-24 · 2 votes The debounce fix has been out for a couple weeks now with no repeat reports, looks resolved. ### Reply 5 Laura Simmons · 2026-07-24 · 1 vote Glad this got resolved, was worried for a second our vote counts were unreliable.