The action is duplicated
Posted: 13 Jun 2021 15:17
I have an action that sends an http request to the server.
mes = newMapFromValues("message", notification_text);

But for some reason, the request is sent twice instead of once. That is, the request is duplicated.

I can't figure out what this is about.
Does anyone have any thoughts on this?
Maybe someone has come across this already.
mes = newMapFromValues("message", notification_text);

But for some reason, the request is sent twice instead of once. That is, the request is duplicated.

I can't figure out what this is about.
Does anyone have any thoughts on this?
Maybe someone has come across this already.