near / corgis

simple solution for corgi NFT
22 stars 16 forks source link

Cannot create new corgi when using "yarn start" #4

Closed mikedotexe closed 4 years ago

mikedotexe commented 4 years ago

There is a Timeout (which could be any error, unfortunately) that occurs on master that does not occur when creating a new corgi on: https://corgis.near.org/

Users cannot create a new corgi after following the instructions to the README, even after they figure out that they need an additional step of near deploy

Screenshot 2020-05-12 10 57 04
icerove commented 4 years ago

I change some script in package.json. The first time deploy is a little different since I do not want to dev-deploy every time. Add --init after script near dev-deploy first time. Every other time not needed

icerove commented 4 years ago

use yarn dev instead of yarn start is better.

icerove commented 4 years ago

can you try again, I think it works now following the the readme instruction. @mikedotexe

mikedotexe commented 4 years ago

Great, thank you