Why Moralis.Object.extend()

    const MoralisNFTMetadata = Moralis.Object.extend("MetadataNFT")
    const moralisMetadata = new MoralisNFTMetadata();

This error in terminal
Error: Cannot read properties of undefined (reading ‘extend’)

Hi @Gustio

As per the error Moralis.Object is undefined so you cannot call the extend function. May I know what you are trying to do? so I can guide you with an example.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.