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
Randomly, my app will spit out a ParseException: "invalid session token" error, which is odd because in all cases the user was logged in for about 1-3 days. and did not log out, the the only way for me to fix "invalid session token" is for me to log out of my app and log back in. But now, I can't even log back in or use anything associated with Pars because now I keep getting this exception:
Java.lang.NullPointerException: value == null
Environment Setup
Server
parse-server version 2.3.7
Deployed with Heroku
Database
mongod version: 3.2.12
MongoLab
The text was updated successfully, but these errors were encountered:
Ok to fix the, Java.lang.NullPointerException: value == null issue. I set the client key to this in my initialization: .clientKey("") instead of .clientKey(null);
The error occurred in the first place because I implemented a http library
Issue Description
Randomly, my app will spit out a ParseException: "invalid session token" error, which is odd because in all cases the user was logged in for about 1-3 days. and did not log out, the the only way for me to fix "invalid session token" is for me to log out of my app and log back in. But now, I can't even log back in or use anything associated with Pars because now I keep getting this exception:
Java.lang.NullPointerException: value == null
Environment Setup
Server
Database
The text was updated successfully, but these errors were encountered: