-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Comments
Code would help, logs from the interceptor too, as well as the logs from parse-server when running with VERBOSE=1 |
@and please how can i set VERBOSE =1 ? |
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!
|
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. |
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. |
Hi, i'm using Parse server and all is working fine except when i enable localdatastore, most
saveInBackroud stop working and also
SignUpInBackgroud is singin up a new user but, is not calling back, and it's being impossible to stop a progressDialog
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
The text was updated successfully, but these errors were encountered: