What is your goal?
I want to make my messenger reply to clients right, after it does reply with the AI, and it goes another round, it tries to reply to itself. then ultimately gets this error.
Hello,
Could you share a screenshot of your filter config – the one between Watch Messages and Gemini called ANTI COPY?
Make sure the filter is set up so it doesn’t pass messages sent by your own page- the best way is to use sender id. .
Have a nice day,
Michal
This usually happens when the trigger is catching outbound page messages too. I’d add a filter right after Watch Messages that only allows messages where sender ID is not your page/bot ID, and optionally store the last processed message ID to prevent duplicates.