User sign in email authentication video

Great video. Is there a place I can get the code in one piece because the video bounces all over ?
Thanks ,

Eric

You can find the code in the description. The Github links are available for each tutorial we put out.

Thanks. :slight_smile:

1 Like

Hi. I am using the code example from above and I get this weird error

./node_modules/moralis/lib/browser/MoralisWeb3Api.js
Module not found: Canโ€™t resolve โ€˜axiosโ€™ in โ€˜/Users/ericnickus/newmoralisfriendapp2/nmfa2/node_modules/moralis/lib/browserโ€™

Yes, please install axios as well.

npm install axios

This should solve the issue.

Thanks. :slight_smile:

dang it i just thought of this after I asked thanks anyways

1 Like

Ok but I now getting this error
------ I will just paste the repo

this the error
NoMoralisContextProviderError: Make sure to only call useMoralis within a

Yes, you need to add the provider tag in index.js file.

Please check the code in index.js in the codebase. Your app.js components should be wrapped within the provider tag from Moralis. This makes sure Moralis is present all across the app.