ethereum-boilerplate / ethereum-nft-marketplace-boilerplate

MIT License
870 stars 1.02k forks source link

Cannot start the boilerplate after "yarn start" #20

Open ChrisX33 opened 2 years ago

ChrisX33 commented 2 years ago

Hi,

I am following the Youtube tutorial and everything goes fine until I type "yarn start". Then my browser opens to localhost:3000 for a few minutes until I get this warning: NoMoralisContextProviderError: Make sure to only call useMoralis within a < MoralisProvider >

I did update the .env file with my server URL and App password and installed all the dependencies.

I am not sure what else might be the problem. Can anyone assist please?

moeidsaleem commented 2 years ago

I am having the same issue