Thank you. I did review the FAQ, it is the first thing the forum software tells you to do, and I’m a good boi. And I did check other posts too.
This issue is not about cloudFunctions, it is about the watchEthAddress as is stated in the title. Here is a screen capture of the plugin setup:
The way I see it, the only steps necessary in the youtube tutorial are to add the plugin, and set the eth address to be synchronized, and Moralis will go ahead and pull the data from the chain and save it to the EthTokenTransfers and EthTransactions tables and expose it in the dashboard.
From my original post, you can clearly see that Moralis plugin is failing while trying to fetch from an endpoint that is throwing, not only a 404, but HTML in the 404 which means that something is really wrong with that endpoint.
You added “have you put the correct contract address in your cloud function”:
- This issue is not related to cloud functions and this is not about the SyncAndWatchContractEvents, so there is no contract address
- The eth address I entered to set up the plugin is valid, it is a random eth address with some transactions that I pulled of ethscan just like was done in the youtube tutorial: https://etherscan.io/address/0x842892ab8D2d79d13003C8eBCFDB3107545F5a63
Thanks again. Hopefully someone can take a look at those logs I posted and figure out what is wrong with the endpoint being called by moralis-server/node_modules/…/RESTController.js line 422.