"moralis": "^1.8.0",RESTController.js?8205:302 POST http://localhost:1337/server/users 404 (Not Found)

I Earlier I was getting authenticated with moralis but now due to changes in moralis i am getting this error with authentication .Can you please check and let me know if there are any changes in new version of moralis.
Error:
RESTController.js?8205:302 POST http://localhost:1337/server/users 404 (Not Found)

unable to authenticate with moralis

We need more context.
That is a self hosted parse server that worked before and doesn’t work now any more?
Did you change anything since it was working?

yes my server got expired so i have created new server now.The old server was created using create new server option in UI but now I have created new server using self hosted parse server with mangoDB .

With a self hosted parse server you have to make some small changes to the authentication part. You will find examples in the migration tutorial for how authentication should be done with a self hosted server.

alright I will get it checked .Can you please share tutorial link for refrence ?
Thanks in advance

here there are 2 examples for javascript and react