You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Hi,
when requesting data from a data set (
dataSet.get
) we receive a correct response containingRecords
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'sRecords
is empty (even though the data are stored in Cognito).Is there something that we are missing?
Thanks!
The text was updated successfully, but these errors were encountered: