Moralis.Web3.authenticate().then(function (user) {
console.log(user.get('ethAddress'))
});
Is causing the following error:
Uncaught (in promise) Error: You need to call Parse.initialize before using Parse.
Any idea on how to fix this would be great!
Currently I’m using “moralis”: “^0.0.25”. Using vue.js, and importing it using:
const Moralis = require('moralis');
into my index.vue.