Hello team,
I am following this tutorial (https://www.youtube.com/watch?v=9GtysZs-FrA) to create a self hosted moralis server (using mongo and redis). I have used the parse-server-migration project and spun up the instance locally and can see it running.
Now when I switch my existing react js boiler plate app to use self hosted moralis I see 404 errors as in the snapshot
http://localhost:1337/server/users --> Getting 404 on this and my metamask authentication fails.