-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error : Uncaught TypeError: Cannot read properties of undefined (reading 'realEstate') at loadBlockchainData (App.js:31:1) #18
Comments
Replace your loadBlockchaininData with this
};' |
You probably have not configured yout metamask properly. Watch the video at timestamp 1:32:00, and configure your hardhat, then follow the steps from running the command "npx hardhat node". |
thank you, have you got it run and deploy smoothly? |
basically wrap the entire loadBlockchainData property with a trycatch snippet, right? |
Full Error: p.js:31 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'realEstate')
at loadBlockchainData (App.js:31:1)
l
IDK why am I getting this error even though my syntax in right and I am doing exactly as shown in the video. Even after copying the code the error still doesn't resolve. Its fetching the data for the escrow one but not for the realEstate one.
Please help!
The text was updated successfully, but these errors were encountered: