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
I got some JSON Decoding crashes while trying to read the payload for my experiments variants while the app is offline. For some reason it's returning as a base64 string.
When the user has connection it doesn't happen.
Example:
returned payload: eyJwYXlsb2FkIjp7InVzZV90b2RheV9yZWRlc2lnbiI6dHJ1ZX19
base64 decoded: {"payload":{"use_today_redesign":true}}
Expected payload (this is returned when the app is online):
I got some JSON Decoding crashes while trying to read the payload for my experiments variants while the app is offline. For some reason it's returning as a base64 string.
When the user has connection it doesn't happen.
Example:
returned payload:
eyJwYXlsb2FkIjp7InVzZV90b2RheV9yZWRlc2lnbiI6dHJ1ZX19
base64 decoded:
{"payload":{"use_today_redesign":true}}
Expected payload (this is returned when the app is online):
The text was updated successfully, but these errors were encountered: