We are setting up a Parse server following authentication explained here:
When we run a cloud function from the frontend, with the requireUser: true on the cloud code, we get an error, and logging the request we see that the user is āundefinedā.
Strange thing is that the user is correctly authenticated on the database, and we get the session.
How we can setup a Parse User in the authentication process, to have a request.user populated with the right user running the request?
Thanks