Axios Internal Error - Metamask NFT Gate Tutorial

Hi all, brand new to the coding world and followed the tutorial for the metamask auth web3 app : https://docs.moralis.io/authentication-api/how-to-sign-in-with-metamask

followed by the NFT gated getServerSideProps tutorial:

I have followed the exact tutorial previously with no issues, however this time round I get the following error:

Brand new to the coding/moralis world so please let me know what info you would need from me to help solve this, or if indeed this is an issue external to my VS code.

I am also new to moralis and faced the same issue, the error is not that helpful but for me it was that the app_domain variable should be just the domain (example.com) without www or http://

1 Like

Thank you for the advice.

The app_domain variable (presumably in the .env.local file - sorry as I say I’m very new to all this) was the default from the tutorial (amazing.finance), so no www or http:// to begin with.

Tried changing it around to various different things but error persists.
It comes when I connect my Metamask wallet which should initialize the message to be signed.

You have a possible solution here:

1 Like

Thank you!

That’s got it!

1 Like