amazon-cognito-js icon indicating copy to clipboard operation
amazon-cognito-js copied to clipboard

CognitoSync data set Records issue

Open patrik-piskay opened this issue 8 years ago • 1 comments

Hi,

when requesting data from a data set (dataSet.get) we receive a correct response containing Records array which is not empty. Problem is, when we do this call the second time, Records array is empty.

This is a problem for us as we do this dataSet.get call after user log in to fetch user-related data. Then when the user logs out and logs in again, we do the same call (it might be for another user) but the response's Records is empty (even though the data are stored in Cognito).

Is there something that we are missing?

Thanks!

patrik-piskay avatar Dec 07 '16 16:12 patrik-piskay

I am facing the same problem. Please suggest some fix to it. Thanks.

dap129 avatar Jul 06 '17 06:07 dap129