Self Hosting issue with front end

I have created my self-hosting URL but when i connect to my front end code it is redirecting to - http://nftmarketplace.us-east-2.elasticbeanstalk.com/server/users
So should i create my new APIs like /users and same for all?

Is the server url ends with /server then the parse server should automatically handle the other paths like /server/users

I am trying to connect on local for now - http://localhost:1337/server/users
but it is showing 404 not found. Can you please help me what i have missed?

I have update following parameters in my frontend and backend .env files-
serverUrl=http://localhost:1337/server
MasterKey=124
appId=3

how does the message that you sign looks like?





it looks like you have issues with the authentication, you could follow the documentation
the code used now doesn’t seem to be as in the documentation example, the one that uses

Moralis.Cloud.run(“requestMessage”

to get the message to be signed