yazoonic

Results 18 comments of yazoonic

any update on this? I have the same problem but only when I add record from ios , I got error in Android. but when I add record from android,...

the issue was that my dev database was recreated so fields like created at and updated at was shipped in models being generated ... now issue fixed. Thank you and...

@HuiSF Thanks for looking into this.. just to confirm, I just tested with emulator and I have the same error. and I use Cognito for authentication.

@HuiSF I can confirm that the issue is not happening when I remove the selective sync expression, Please verify and let me know when this can be resolved

@HuiSF I cant share the exact code but this what I used, I just replaced table name .. i have 17 tables... i have table with QueryPredicate.all.. but I removed...

i will try to do with less eync expression... what do you mean by owner based auth? I have tables defined as below type Templates @model @auth(rules: [{allow: private}]) {...

oh I think I tired it before and I had a problem with my production app so I rolled back.. I will give it a try in my dev and...

so the problem with this one that if I pushed this update to my production database.. current app user will lose connectivity until I update the app code and push...

@HuiSF I tried with just one sync expression and I got crash as well.

before I wasnt .. but now I have the release mode on in build gradle and I just use the play button as debug... should I remove the settings for...