Hi
I have build Parse-server migration with my credentials and also the client application both from GitHub mainly for authentication and the server and client are both working. In my own application I had used Ethereum moralis server and now since its removed, I have used self hosted server same way as the GitHub client, it worked with my database as well, but Iām getting error in my application.
Error: You need to call Moralis.start with an applicationId before using Moralis.
I have used same handleauth method from the GitHub client application. Iām using reacts. Checked all forums but it says to use initialize. not sure where to use it as its not used in the GitHub client application. Link for the method used
Thanks