Why Do I get ERROR 404 when I did fetch to my Defender Raley?

I clone the repository and change the webhook to my goerli webhook but the transacction is not completed. Look:


Hi @salviega -

It looks like that post request is to http://localhost:3001 domain rather than the webhook URI. Is that the issue?

Dan McKeon
OpenZeppelin

Sorry. You are good. I put the webhook URI and work! But the request don't arrive to Registry contract. Look:



That is the contract on EtherScan:

The transaction is not arrive to contract target.

In your screenshot, it looks like the transaction has not been mined yet as it was sent a few seconds before. You may just need to wait longer. Please let us know if you have any further issues.

Hi Dan, good morning.
Thanks, but so the some time the transaction didn't arrived. All I did was download the example repository, this: https://github.com/OpenZeppelin/workshops/tree/master/25-defender-metatx-api and change the webhook no more.
I don't know what's happening, Could you check the workshop and say me if I am wrong or what?