Hey! I’m trying to migrate to Self Host with parse server, following the official guide.
I’m using the React Native boilerplate (https://github.com/ethereum-boilerplate/ethereum-react-native-boilerplate
i’ve successfully self hosted the server. now i’m trying to do the authenticate. but i’m having some problems.
First:
- im following this: https://docs.moralis.io/docs/connect-to-your-client
First step is, enableWeb3 and pass some arguments, after doing that and calling the action i get an error:
This is what i have right now in my code:
Help is appreciated, since, there are a lot of people dealing with the same issue, with no results.
An official guide to having this working in React Native is a must!
Thanks.