metaplex-foundation / metaplex

A directory of what the Metaplex Foundation works on!
https://metaplex.com
Apache License 2.0
3.32k stars 6.26k forks source link

I have created my candy machine V2, but this error is prompted when I start it with fair launch. #1335

Closed forbename closed 2 years ago

forbename commented 2 years ago

image TypeError: Cannot read properties of undefined (reading 'slice') I have created my candy machine V2, but this error is prompted when I start it with fair launch. Who can tell me what the problem is? Thank you. image image

forbename commented 2 years ago

TypeError: Cannot read properties of undefined (reading 'slice') I have created my candy machine V2, but this error is prompted when I start it with fair launch. Who can tell me what the problem is? Thank you.

RomainGOFFENEY commented 2 years ago

I have the same problem , did you find a solution ?

Blueberry94 commented 2 years ago

I have the same error. Please help us out some one? Thanks a ton!

moonvision2020 commented 2 years ago

1322 check out this issue

the solution worked for me. had to run:

npm nistall

and then did yarn start and website worked

hope it works for you too

moonvision2020 commented 2 years ago

oops npm install

Khushhal23 commented 2 years ago

u can also fix it by upgrading the metaplex branch by git checkout -b fix-arweave-upload

github-actions[bot] commented 2 years ago

This Issue has received no activity for 30 days. We will close it in 2 days, please reopen if you are still experiencing this issue.

HaoCherHong commented 2 years ago

same issue to #1322