Lesson 15 - Moralis Database Events not updating #1260
Replies: 3 comments 4 replies
-
@alymurtazamemon @PatrickAlphaC I'd appreciate any assistance |
Beta Was this translation helpful? Give feedback.
-
This happened to me too.Ensure in your cloud function there are no spelling errors .Some of those may not be logged on moralis and might be hard to find .If not reset everything in your development evironment.If doesn't work upload the file with the cloud functions here. |
Beta Was this translation helpful? Give feedback.
-
`const Moralis = require("moralis/node") const serverUrl = process.env.NEXT_PUBLIC_SERVER_URL async function main() {
} main() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - I have successfully synced my hardhat to my moralis server. Upon running
node addEvents.js
my database shows _EventSyncStatus with a value of 3 and my contract events show up in the database... However when runningmint-and-list.js
- although I get a successful listing message in my terminal - it fails to populate my ItemListed table in my moralis database.Beta Was this translation helpful? Give feedback.
All reactions