Lesson 8 console.log("done") does not show up at all #4959
Unanswered
chopperttt
asked this question in
Q&A
Replies: 1 comment 5 replies
-
@AnneBBB For these errors, add fallback and receive functions in your smart contract and recompile them. fallback() external payable {}
receive() external payable {} After recompilation, update the abi in the frontend project and check. And for your console log issue, we need to see the code in order to find the problem. Leave your repository link, we will check it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, at video mark around 13:30, after adding the Promise code, the console.log("done") does not show up at all.
Perhaps this has something to do with the metamask issues as seen in a thread? I do get error messages everytime I click "Fund" but the transaction does go through on the metamask wallet.
The error:

Beta Was this translation helpful? Give feedback.
All reactions