After a user first creates their account and joins an organization, if they try to change their profile picture, it throws an error that Datastore was trying to query while clearing.
ERROR Error: DataStoreStateError: Tried to execute DataStore.observeQuery() while DataStore was "Clearing".
This can only be done while DataStore is "Started" or "Stopped". To remedy:
Ensure all calls to stop() and clear() have completed first.
If this is not possible, retry the operation until it succeeds., js engine: hermes
After a user first creates their account and joins an organization, if they try to change their profile picture, it throws an error that Datastore was trying to query while clearing. ERROR Error: DataStoreStateError: Tried to execute
DataStore.observeQuery()
while DataStore was "Clearing". This can only be done while DataStore is "Started" or "Stopped". To remedy: Ensure all calls tostop()
andclear()
have completed first. If this is not possible, retry the operation until it succeeds., js engine: hermesThis issue goes away after a refresh.