-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Unable to Register Account (Android) #413
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
|
Hi Thanks - yes i had really put the required parameters... had omitted them here for obvious reasons :) I did as you suggested by adding a / at the end of the parse path however the connection still fails with the following:
When i debug the app with Stetho, i get the following:
I also deleted the server detail from the index.js. No difference... |
Hi i am facing this same issue, did you get any solution? I haven't tried but this fileKey is what is currently missing in my index.js file, so is it necessary? |
I just submitted a PR to address this, #679 |
Fix for #413 - support empty authData on signup
Hi Thanks for the update... not sure if this was updated elsewhere and is working with parse example project? I deleted my parse directory from the server, clone parse example then ran npm install and got it up and running. The auth data thing is still an issue. I can however create Objects without a problem. Not sure if i am missing something? raw java code attached. together with the network code and errors.
|
I wrote a test for this in #863. Not able to reproduce. Make sure you're using the latest version, check your package.json and run |
Test empty authData block on login for #413
Hi
I followed the DO guide on others as to how to get the parse server up and running, however i'm having issues registering a user from the android side.
Attachments at the bottom..
For some reason in the error logs , when i enable logging, i immediately get "Request failed" together with a couple of retry's until the request just times out. I have double checked my android permissions and know that the manifest is correct from a standard android setup point of view.
I also telnetted to my server on both the mongo port and the parse port and could connect. Then did the Curl test and managed to generate data (including the get request as well as logging into the db with robomongo and verifying data).
Any idea where i could be going wrong?
Thanks
applicationlog.txt
index.txt
parse_android.txt
The text was updated successfully, but these errors were encountered: