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
I am getting the Invalid session token(code: 209) while my session token exist in the _Session table. I am just sharing the cloud code where i am getting this error.
After user login successfully then calling ping cloud function. I don't want to remove ACL to solve this issue. I kindly request you to please help me why i am getting this issue, its urngent for me to solve this issue.
Thanks
The text was updated successfully, but these errors were encountered:
zack1991
changed the title
Invalid session token while session token exist in _Session table
Getting Invalid session token(code: 209) while session token exist in _Session table
Apr 28, 2017
In your login helper, you should either pass the masterKey or the user's session token (from the original request) in order for the save to execute correctly. What happens here is that your save call is not authenticated, and the security prevents updating the object.
Hi,
I am getting the Invalid session token(code: 209) while my session token exist in the _Session table. I am just sharing the cloud code where i am getting this error.
main.js :-
LoginHelper.js :-
Error Logs -
{"result":0,"custom_error_code":209,"custom_error_message":"invalid session token"}{"result":0,"custom_error_code":209,"custom_error_message":"invalid session token"}{"result":0,"custom_error_code":209,"custom_error_message":"invalid session token"}{"result":0,"custom_error_code":209,"custom_error_message":"invalid session token"}{"result":0,"custom_error_code":209,"custom_error_message":"invalid session token"}{"result":0,"custom_error_code":209,"custom_error_message":"invalid session token"}{"result":0,"custom_error_code":209,"custom_error_message":"invalid session token"}
After user login successfully then calling ping cloud function. I don't want to remove ACL to solve this issue. I kindly request you to please help me why i am getting this issue, its urngent for me to solve this issue.
Thanks
The text was updated successfully, but these errors were encountered: