I whitelisted my IP address in Moralis Server.
I have deployed parse-server repo in AWS EBS
I made changes to my BE/FE with URL I received from parse-server-migration deployment.
But
curl --location --request POST ‘http://dao.us-south-2.elasticbeanstalk.com/server/users’ \
–header ‘Accept: /’ \
–header ‘Accept-Language: en-GB,en-US;q=0.9,en;q=0.8’ \
–header ‘Connection: keep-alive’ \
–header ‘Content-Type: text/plain’ \
–header ‘Origin: http://localhost:5000’ \
–header ‘Referer: http://localhost:5000/’ \
–header ‘User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36’ \
–data-raw ‘{“authData”:{“moralisEth”:{“id”:“0xea76adbgtchryti852130843082f924eefcb30790f03”,“signature”:“0xb37b09abvdjutopppws10b8283744f7b4f386b72a58ce8a232bbac4068c4af650f727073aaf1cfbc73dbf1329d1eacd435c3403640f92e21abcb5647c7a8bcc9cdea1c”,“data”:“Signing in to DAO”}},"_ApplicationId":“3”,"_ClientVersion":“js0.0.118”,"_InstallationId":“3davrb78-1584-4f62-93dd-baff5cc0e862”}’
is throwing 404
which looks like an API from Moralis
Am i missing something?
Should I try deploying my code repository on EBS?