Hi, I had migrated from moralis to self-hosted moralis node but it does not seem to respond to any of my queries. My current frontend is utilizing pure html css with moralis-v1 sdk. I wish to keep it that way but after hosting my server (whose parse dashboard is accessible), I am not able to query my data.
I made a simple change in my frontend as changing serverURL and appID. All logic was untouched. I started getting this error for getNFTOwners: âFailed to load resource: the server responded with a status of 403 (Forbidden)â
If I tried logging in using metamask, I got the following error:
âUncaught (in promise) Error: Moralis auth failed, invalid data
at handleError (moralis.js:26465:17)â
and
moralis.js:26329 POST http://(app-name).us-east-1.elasticbeanstalk.com/server/users 404 (Not Found)
Just changed my config (working is commented) to my parse server config: