Skip to content

ParseException: Java.lang.NullPointerException: value == null #3623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
grantespo opened this issue Mar 12, 2017 · 1 comment
Closed

ParseException: Java.lang.NullPointerException: value == null #3623

grantespo opened this issue Mar 12, 2017 · 1 comment

Comments

@grantespo
Copy link

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

    • parse-server version 2.3.7
    • Deployed with Heroku
  • Database

    • mongod version: 3.2.12
    • MongoLab
@grantespo
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant