Created a dapp server. other post requests (like ‘getTransaction’ or ‘getNativeBalance’) work, but when I try to authenticate a user I get this error:
POST https://heroku-moralis-server.herokuapp.com/server/users 404 (Not Found)
In the database, the _user table is filling, but _session is empty
The same react client works fine with the server hosted on moralis, so I think the problem is on the server side, but I don’t know how to fix it.