Page 1 of 1

Please wait, an action is already in progress

Posted: 07 May 2025, 17:12
by zim921
I’m receiving these messages incrementally when i click on an action. If I refresh, they disappear. Any idea?
Please wait, an action is already in progress
(Generated by: checkAction/actSelectToken)

Re: Please wait, an action is already in progress

Posted: 08 May 2025, 09:10
by KuWizard
You probably incrementally add an event listener to your button with each click. Just add console.log() or debugger to your code just before actSelectToken() call or bgaPerformAction() and see how many times do you send this to backend. This happens when frontend have sent this action to backend once and is still waiting for an answer, e.g. a custom notification or a state change