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
Not sure if this is happening to anyone but it just happened to me. If I have a user in the cache accessible with PFUser.currentUser(), I remove the user via Parse Dashboard and then do a PFUser.logOut(), the app gots a message saying
Can you try running with VERBOSE=1? You can run the server locally and try to reproduce the issue there, if you're unable to grab the logs from Heroku.
Not sure if this is happening to anyone but it just happened to me. If I have a user in the cache accessible with PFUser.currentUser(), I remove the user via Parse Dashboard and then do a PFUser.logOut(), the app gots a message saying
[Error]: invalid session token (Code: 209, Version: 1.14.2)
And the server automatically crashes. I need to do a Heroku Restart to get the server working again.
Steps to reproduce
Expected Results
There should be just the error 209 and the server should still working normally
Actual Outcome
The server just crashes and I need to do a Heroku Restart to get it up again. No error message displayed. It just doesn't work
Environment Setup
Logs/Trace
I'm not getting any logs with the error. Not sure if I need to do anything else. All my cloud code functions just starts failing
The text was updated successfully, but these errors were encountered: