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
It's possible for the autopush server to drop the current database record for a client, e.g. if it finds that there was some problem with the connection to Firebase Cloud Messaging. The expect behaviour in such cases is for the client to catch the "missing uaid" error from the server and re-create its records with a new uaid.
Our actual behaviour appears to be that we just throw the "missing uaid" error and bail out, meaning we can't recover from such a state once we're in it.
┆Issue is synchronized with this Jira Task
┆Sprint: Backlog
The text was updated successfully, but these errors were encountered:
It's possible for the autopush server to drop the current database record for a client, e.g. if it finds that there was some problem with the connection to Firebase Cloud Messaging. The expect behaviour in such cases is for the client to catch the "missing uaid" error from the server and re-create its records with a new uaid.
Our actual behaviour appears to be that we just throw the "missing uaid" error and bail out, meaning we can't recover from such a state once we're in it.
┆Issue is synchronized with this Jira Task
┆Sprint: Backlog
The text was updated successfully, but these errors were encountered: