Cloud function with custom webhook didn't run

Hi, I am using cloud function & custom webhook to detect if a transaction is related to our token on Polygon network for the wallet of our Moralis users synced (around 2k).


Then we trigger a HTTP request to tell ask to our backend to retrieve the amount of tokens for this user thanks to Moralis API.

This doesnā€™t work for some usersā€¦ so i am trying to understand where does this error may come fromā€¦

I would like to retrieve what happened 10th september, but i canā€™t have access the log for this day.

We can look on the logs for that day if there is logging added for that function.

You can try to use streams api for this functionality as we are going to migrate to streams api.

Yeah, Chris B. told me that. Please send the log for this day
I requested the early access to Stream API today :slight_smile:

Do you use discord?
I donā€™t know the server url now.
We can not send the complete logs, we can search in logs for specific information.

Yes i am on discord, i posted this message first

Hi, we can only go back 7 days for logs so I can not access September. But looking only at today, I see a number of token_addresses_mismatch results from your webhook_after_save_transaction cloud function.

So iā€™ve sent you some logs of those to give some insight (on discord).
That should help you