Dougu-Asa / Dougu

Equipment management app for Asayake Taiko
0 stars 0 forks source link

Profile Image Update Error #35

Closed Li-Kane closed 2 months ago

Li-Kane commented 2 months ago

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

This issue goes away after a refresh.

Li-Kane commented 2 months ago

Likely due to simultaneous datastore queries, fixed by clearing context first.