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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
From @micahalcorn: Transaction goes thru on blockchain but DApp doesn't know. So it sticks on "Confirm transaction Press "Submit" in MetaMask window" and the form doesn't reset. I suspect that some previously-available return value is no longer surfacing.
The cause of the delay seems to be because transactions takes more time to mined on Rinkeby network comparing to localhost. I got transaction approved (running on Rinkeby) after 40 seconds of waiting:
I have seen some discussion on Discord between @jordajm@micahalcorn and @nick about the idea to change the waiting for transaction hash instead of transaction receipt.
This proposal Pull Request changes the DApp to wait for transactionHash when deploying a profile.
From @micahalcorn: Transaction goes thru on blockchain but DApp doesn't know. So it sticks on "Confirm transaction Press "Submit" in MetaMask window" and the form doesn't reset. I suspect that some previously-available return value is no longer surfacing.
Pull Requests solving issue:
The text was updated successfully, but these errors were encountered: