-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem saving production #204
Comments
What version of Parse SDK are you using?
I think this potentially could be related to a recent breaking update...
But not 100% sure without seeing any code or lib version.
Cheers
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-4885-a>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-4885-a>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
…On Sat, 22 Jun 2019 at 14:21, Chris Ian Fiel ***@***.***> wrote:
Saving object in emulator works fine but in production (installation
coming from play store) saving object does not work object.save(). Any
ideas why?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#204>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4CPXUEHIMOALFILAA6QJ3P3YROZANCNFSM4H2WZIOA>
.
--
Kind Regards
Phill Wiggins
Phill.Wiggins@Gmail.com
|
Hello @phillwiggins ,
So what I did I edit the package in my local to remove the relation. In parse_base.dart in line 65 so that is the reason it work in my local but not in our CI/CD production apk.
|
Helio @ccfiel. Log show your pointer the ObjectId is null. it is being filled out I am working on project with pointer and it is working properly. Pointers did not work on lib and I was the one responsible for fixing it. I see that you are using ACL. Are you allowed on the Pointer object? Can you post your code? |
Hello @RodrigoSMarques , I do no have a pointer field what I have is a class name DeviceModel and this class have a field readings which is type relation to ReadingModel. Then when I edit the field description in DeviceModel I got the error which I posted above.
This code will not work if DeviceModel class has a field with e type relation to ReadingModel. |
Hello @ccfiel . Version 21 does not support Parse Relation, only Pointers. This may be the reason for the problem. Parse Relation were added in version 22. |
Hello @RodrigoSMarques, Thanks! I just remove relation to my class because version 22 is not yet stable. Cheers, |
Saving object in emulator works fine but in production (installation coming from play store) saving object does not work object.save(). Any ideas why?
The text was updated successfully, but these errors were encountered: