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
Describe the bug
After successful usage for a bit, I am now seeing Message delivery failed on pushes. It happens 100% of the time with no additional context.
App logs show
02-10 13:12:07.616 29061 29113 I ReactNativeJS: { recordType: [TOO BIG formatValueCalls 201 exceeded limit of 200],
02-10 13:12:07.616 29061 29113 I ReactNativeJS: accessType: [TOO BIG formatValueCalls 202 exceeded limit of 200] },
02-10 13:12:07.616 29061 29113 I ReactNativeJS: [TOO BIG formatValueCalls 203 exceeded limit of 200] ]
which maybe is corrupting some state...? Note this is just on login, there is no log when I do the push (which makes sense, since it fails to push to the app)
The text was updated successfully, but these errors were encountered:
The logs seem to refer to health connect calls, but the error message is related to FCM. The app tries accessing health connect after it connects with FCM- can you successfully log in on the app? Or does it give an error message and pushed you back to the login screen?
Describe the bug
After successful usage for a bit, I am now seeing
Message delivery failed
on pushes. It happens 100% of the time with no additional context.App logs show
which maybe is corrupting some state...? Note this is just on login, there is no log when I do the push (which makes sense, since it fails to push to the app)
The text was updated successfully, but these errors were encountered: