Results 36 comments of Theo

Users who are being logged out often can't log back in either, receiving a "network error" message. Often at the same time recently entered data is not properly being synced...

Hey @cwomack I've not had any reports recently, but I'll send a message out to ask and see if anyone gets back to me.

It seems like this is still happening. One user reported tonight that they were logged out and had to log in again while using native app on Android. Here is...

@biller-aivy the policy is for my IAM user that I use with GitHub actions. I want to be able to call that mutation from that user. If I don't add...

hi @palpatim I gave it a try with this policy: ``` { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "appsync:GraphQL" ], "Resource": [ "arn:aws:appsync:*::apis/*/types/Query/fields/getTenantByTenantName/*", "arn:aws:appsync:*::apis/*/types/Mutation/fields/registerTenant/*", "arn:aws:appsync:*::apis/*/types/Query/fields/getTenantByTenantName", "arn:aws:appsync:*::apis/*/types/Mutation/fields/registerTenant" ]...

That workflow does work for the time being, but I think there are some benefits to adding relay support: - Overall a better user experience, as it's easier to think...

>Ok, I can see a few use cases in your response there. Does the code support all of those use cases? They can be supported. This will be a good...

I just had a look at the app now, and it looks like there is something assigned to Barry, but the task still has NEW status. I'm guessing this is...

For now if it gets stuck in NEW it could be worth either unassigning them and reassigning them, or alternatively marking it as picked up then clearing the picked up...

Thanks Joe. I'm honestly not sure how this happened. It looks like it duplicated the record with the exact same data except a different ID, but I can only see...