Skip to content
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

Local data Store (is making app to don't callBack) #2664

Closed
maravilhosinga opened this issue Sep 7, 2016 · 5 comments
Closed

Local data Store (is making app to don't callBack) #2664

maravilhosinga opened this issue Sep 7, 2016 · 5 comments

Comments

@maravilhosinga
Copy link
Contributor

maravilhosinga commented Sep 7, 2016

Hi, i'm using Parse server and all is working fine except when i enable localdatastore, most

  1. saveInBackroud stop working and also

  2. SignUpInBackgroud is singin up a new user but, is not calling back, and it's being impossible to stop a progressDialog

  3. Also not saving usersession on signup

    Parse.Configuration config = new Parse.Configuration.Builder(this) .addNetworkInterceptor(new ParseLogInterceptor()) .addNetworkInterceptor(new ParseStethoInterceptor()) .applicationId(PARSE_APP_ID_DEV) .clientKey(PARSE_CLIENT_DEV) .server(PARSE_SERVER_URL) .enableLocalDataStore() .build(); Parse.initialize(config);

Help please

@flovilmart
Copy link
Contributor

Code would help, logs from the interceptor too, as well as the logs from parse-server when running with VERBOSE=1

@maravilhosinga
Copy link
Contributor Author

maravilhosinga commented Sep 7, 2016

@and please how can i set VERBOSE =1 ?

@hramos
Copy link
Contributor

hramos commented Sep 7, 2016

Please refer to this issue for an example of a great bug report.

Make sure these boxes are checked before submitting another issue -- thanks for reporting issues back to Parse Server!

@maravilhosinga
Copy link
Contributor Author

Ok, i figured the same issue with parse.com hosted database, i will try to downgrade my Android Parse SDK to see how it will work.

@hramos
Copy link
Contributor

hramos commented Sep 7, 2016

Gotcha.

We want to make sure to keep signal strong in the GitHub issue tracker – to make sure that it remains the best place to track issues that affect the development of Parse Server.

Questions like yours deserve a purpose-built Q&A forum. Would you like to post this question to Stack Overflow with the tag #parse.com? We'll be happy to answer there. Post a link to your Stack Overflow question here, so that we don't lose track of it.

You may also use Server Fault for questions about managing your own servers.

@hramos hramos closed this as completed Sep 7, 2016
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

3 participants