Open johnnyshankman opened 3 years ago
Exactly same error
I'm not sure about it, but my mistake was to use a wrong node versione (I did yarn install --ignore-engines in order to ignore the versione required). I started from scratch with the correct node version (used nvm to install version 12.18.4) and the mint worked flawlessly
I also have a similar problem can someone please help me?
Total deployments: 3 Final cost: 0.02640197 ETH
Network name: 'live' Network id: 1 Block gas limit: 30058619 (0x1caa87b)
transaction hash: 0x4ff20df46929457ca56d9af774eee52fe19605a6688bd8c18adcc541be602c0f ⠏ Blocks: 52 Seconds: 629Error: Invalid JSON RPC response: "\r\n
504 Gateway Time-out \r\n\r\n\r\n\r\n\r\n" at Object.InvalidResponse (/Users/Kehrenkamp/Desktop/opensea-creatures-master/node_modules/truffle-hdwallet-provider/dist/webpack:/truffle-hdwallet-provider/Users/gnidan/src/work/truffle/node_modules/web3/node_modules/web3-core-helpers/src/errors.js:42:1) at t.InvalidResponse [as onreadystatechange] (/Users/Kehrenkamp/Desktop/opensea-creatures-master/node_modules/truffle-hdwallet-provider/dist/webpack:/truffle-hdwallet-provider/Users/gnidan/src/work/truffle/node_modules/web3/node_modules/web3-providers-http/src/index.js:92:1)` 504 Gateway Time-out
The transaction hash is not displayed on ehterscan.io
@johnnyshankman it can be related to the internet connection
also it is mentioned in docs in troubleshooting section that It doesn't deploy anything! _This is often due to the truffle-hdwallet provider not being able to connect. Go to your Alchemy Dashboard (or infura.io) and create a new project. Use your "project ID" as your new ALCHEMYKEY and make sure you export that command-line variable above.
Following readme. Able to connect to the test network etc and then suddenly can't deploy the contracts themselves.
I've triple checked that all of my
export
s are correctly set and that my wallet on the rinkeby network has funds.