You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a beginner following the Substrate tutorial from here. After successfully compiling both the Substrate node and frontend, I've encountered an issue.
Problem:
When I open the frontend and attempt to make a transaction, it seemingly sends money but fails to register any events. Unlike other tutorials where transactions are instantaneous, I'm facing this discrepancy.
Screenshot:
Here's a visual representation of the problem:
Error Message:
Upon clicking the submit button, I receive the following error in the console:
Uncaught (in promise) TypeError: u.tx[y][m] is not a function
at M (TxButton.js:105:27)
at async Object.onClick (TxButton.js:174:5)
Request:
I'm seeking guidance on identifying the root cause of this issue and resolving it. Any insights or suggestions on debugging steps or potential solutions would be greatly appreciated. Thank you in advance for your assistance!
The text was updated successfully, but these errors were encountered:
I'm a beginner following the Substrate tutorial from here. After successfully compiling both the Substrate node and frontend, I've encountered an issue.
Problem:
When I open the frontend and attempt to make a transaction, it seemingly sends money but fails to register any events. Unlike other tutorials where transactions are instantaneous, I'm facing this discrepancy.
Screenshot:
Here's a visual representation of the problem:
Error Message:
Upon clicking the submit button, I receive the following error in the console:
Request:
I'm seeking guidance on identifying the root cause of this issue and resolving it. Any insights or suggestions on debugging steps or potential solutions would be greatly appreciated. Thank you in advance for your assistance!
The text was updated successfully, but these errors were encountered: