You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest dashboard/parse-server. I'm using the API console, and using the 'Run as' field. I've got the use master-key enabled.
However, this doesn't work. I can see on the server, request.user is null. It's never set.
Also, another weird thing is, if I turn off the master key, then in cloud code request.user IS SET. However, I can't obviously modify that user because master key is turned off and all request return with authorization error, which makes sense.
Anyone know why or have a worked around with this?
The text was updated successfully, but these errors were encountered:
Using the latest dashboard/parse-server. I'm using the API console, and using the 'Run as' field. I've got the use master-key enabled.
However, this doesn't work. I can see on the server, request.user is null. It's never set.
Also, another weird thing is, if I turn off the master key, then in cloud code request.user IS SET. However, I can't obviously modify that user because master key is turned off and all request return with authorization error, which makes sense.
Anyone know why or have a worked around with this?
The text was updated successfully, but these errors were encountered: