-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Android SDK connection error #431
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
Comments
Try without the client key |
No luck |
Just out curiosity: does your server declaration have "/" in the end (like below)? Parse.initialize(new Parse.Configuration.Builder(this)
.applicationId("APP_ID")
.clientKey("CLIENT_KEY")
.server("https://app_real_name.herokuapp.com/parse/")
.build()); |
Tried both variations with "/" and without |
I get this error when the server does not have "/" in the end. |
When i put "/parse/" i get a TypeError in the server log |
I had an older version of node update fixed issue. |
Getting error code 100 when trying to connect to the server running locally after specifying server url and also the application id and client key configured on the server.
The text was updated successfully, but these errors were encountered: