hashlips-lab / nft-erc721-collection

MIT License
446 stars 397 forks source link

Cannot connect to the network truffle #422

Closed nbnb666666 closed 1 year ago

nbnb666666 commented 2 years ago

General information

| Description: While I was following the No6 youtube video about truffle. I tried to yarn deploy --network truffle. I get an error message all the time | Project version: 2.44 | Operating system and version | win10 | Yarn version | 1.22.19 | Truffle version | X.Y.Z |

Describe the bug

While I was following the No6 youtube video about truffle. I tried to yarn deploy --network truffle. I get an error

How to Reproduce

Steps to reproduce the behavior (please provide a reproducer project for complex bugs):

  1. entering yarn deploy --network truffle

Screenshots

ff1bdc93618dac4f1d150a8be20b310

sal-420 commented 1 year ago

did you first start truffle with command: truffle dashboard

nbnb666666 commented 1 year ago

Yep, the truffle dashboard works fine, I can connect to my wallet. But once I try to deploy my contract the error comes up.