-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error ‘Oops Something Went Wrong‘ #4446
Comments
@Fatxx and @tommasini this may be related to #3927 ? |
Hi @tommasini let me check with the dev and get back to you here. In the meantime you’re welcome to test the process here. Would appreciate any insights - https://drunkrobots.net/mint |
Hi @tommasini - Im not 100% sure what you mean by "put the MetaMask mobile app in the background when you confirm the transaction." We start the transaction on our website which launches the native MetaMask app where you confirm the transaction. From there you are returned to the website where the toast menu pops up with the error, however the transaction still goes through. Here is a video of the process... Any help here would be appreciated. Mint.mov |
@xtiaan3 Thank you so much for giving more details! |
@tommasini any ideas we can look at right now for a work around to this issue? |
This was fixed in #4060 and will be in v5.3 release |
@cortisiko What's an ETA for v5.3? |
@bandelewskim it should be out at the end of next week. |
We are building a web3 app with Wallet Connect and we’re getting an “Oops Something Went Wrong” message during minting on Rinkeby, but the transaction is still successful. Only happens on iPhone. Any help / insight would be appreciated.
packages:
dependencies:
"@walletconnect/web3-provider": "^1.7.7",
"web3": "^1.7.3",
"web3modal": "^1.9.7"
devDependencies:
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.5",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.2",
method implementation
contract: is instance of the contract created with web3.js
volume: amount of tokens to mint
The text was updated successfully, but these errors were encountered: