Moralis Testnet Plugin issue

I create a Morails server with this parameters:

  • San Francisco
  • TestNet(Ropsten)

Then I added a Cloud function > Plugin > Sync and Watch Contract Events. Here I tried first to specify the address, then without.

But when I go to the Morails Dashboard, the table for this event listener is not displaying.
I have double-checked that I did every step correctly, but still not working.
Any help?

Please provide more details like a screenshot of the plugin tab on your server and what event on what contract you’re trying to subscribe to.

The relevant section of the docs is here
https://docs.moralis.io/real-time-transactions#sync-and-watch-contract-events

  • Make sure the topic is formatted correctly
    • only types should be in the list of arguments
    • remove any spaces between the commas
  • only provide the section of the ABI for the event, not the entire contract
    • make sure the appropriate opening and closing brackets are included (i.e. the ABI syntax is valid)

Note that Ropsten node for historical transactions is currently not fully synced (but very close!) so keep this in mind.

I am having a similar issue with ganache gui. When I add the the plug in and go to the dashboard the page doesn’t load. When I remove the plugin and refresh the dashboard I see the synced data.

Getting these errors when I check developer tools in chrome.

Access to XMLHttpRequest at ‘https://1hnumxmiqmxk.moralis.io:2053/server/serverInfo’ from origin ‘https://1hnumxmiqmxk.moralis.io:2083’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

What server version are you running? Have you tried updating to the latest one?