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
In related to the amplitude-javascript pull request amplitude/Amplitude-JavaScript#572, AmplitudeClient.makeEventUploadPostRequest(client, event, maxEventId, maxIdentifyId) shall match Response.code to 200 rather than doing a string comparison of "success"
Current behavior blocks the usage of custom amplitude proxy, which returns HTTP 200 response in this format:
{"code":200,"status":"SUCCESS","data":true}
Error Message
From logcat:
01-27 19:17:55.455 17721 17910 W com.amplitude.api.AmplitudeClient: Upload failed, {"code":200,"status":"SUCCESS","data":true}
01-27 19:17:55.455 17721 17910 W com.amplitude.api.AmplitudeClient: , will attempt to reupload later
The text was updated successfully, but these errors were encountered:
Summary
In related to the
amplitude-javascript
pull request amplitude/Amplitude-JavaScript#572,AmplitudeClient.makeEventUploadPostRequest(client, event, maxEventId, maxIdentifyId)
shall matchResponse.code
to 200 rather than doing a string comparison of"success"
Current behavior blocks the usage of custom amplitude proxy, which returns HTTP 200 response in this format:
Error Message
From logcat:
The text was updated successfully, but these errors were encountered: