An action is being called 3 times each visitor hits the URL.

I have a specific action that’s being called 3 times consecutively each time a user visits the corresponding URL.

I’ve checked for redirections and don’t seem to find any.

The action is not being called directly, I saw the debug callstack and all 3 requests come all the way from index.php and the regular Yii request cycle.

Any ideas of what could be happening?

Hi,

Can you share any snippets? so we can identify the actual issue.

Hi,

It seems click event is binded two or more time. you have to off click event listener and bind click event listener. then it will trigger one time only