-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Sometimes not returning value #2269
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
Please describe how your requesting data. Show your query, or cloud function call. And if cloud function also show our code in that function. |
We are closing this issue due to a lack of sufficient information. Please refer to this issue for an example of a great bug report. You may use Server Fault for questions about managing Parse Server. For code-level and/or implementation-related questions or technical support, please refer to Stack Overflow. |
@Abderezai that's my code. Weird part of this issue is its only returning null on apps load. When I trigger it second time its returning with objects. |
I am guessing that you have ACL restrictions on the object that you are reading, and the session token is yet not initialized properly on app load. Do you do this in parallel to the app load? |
@Abderezai actually I check the acl for this class and its public write + read also I'm initializing it after viewdidload |
check ACL for that object, the class level permissions and the acl are not the same. |
I checked acl and its "public write and read" also I changed my database and location but still I am getting this. Also @hramos a few people getting this error too.So I think its a bug. |
problem is happening cause of this line
which is shown by @hramos at this link. https://parse.com/questions/how-do-i-query-using-pfrelation-when-i-just-have-pfuser I used this like you said but I can't getting objects sometime. |
That answer of mine is well over two years old, but the concept remains the same. I highly recommend that you move this over to Stack Overflow as that is a better fit for this kind of Q&A. |
I already did but I couldn't get the answer.I'm just trying to findobjects which is currentUser already member and I can't. I checked internet because of this problem. |
Hi,
I'm using parse but I have a problem with parse with ios.
Sometimes I can't get values from parse server. It's not giving error and not returning a value.
The text was updated successfully, but these errors were encountered: