-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: AppsFlyer destination integration fails with 403 error: "redacted due to unsupported content-type" #3790
Comments
Thanks for opening this issue! We'll get back to you shortly. If it is a bug, please make sure to add steps to reproduce the issue. |
Hi @ItsSudip , @krishna2020 , @sandeepdsvs , @shrouti1507, would some of you have the time to check out this issue? Sorry for pinging, but it's currently blocking our go-live for the app and probably need to move away from RudderStack if there's no resolution for this particular issue. I understand that the library is offered as-is, so acknowledging if the issue is not on your side would be enough too. |
It seems that 403 comes from AppsFlyer if you are on Zero plan, which our test environment currently is. See the docs: https://dev.appsflyer.com/hc/docs/testing-ios#i-get-response-403-on-install-or-event-recording Should the error coming from AppsFlyer be parsed better anyway and shown on the Ruddestack UI? AppsFlyerSDK/appsflyer-react-native-plugin#477 had a similar issue which pointed me to right direction. |
Hi @petetnt , Thank you for flagging and providing more information
Yes, we are working on making sure we show the error on the UI. |
Awesome, thanks @sanpj2292 ! |
This issue is considered to be stale. It has been open for 30 days with no further activity thus it is going to be closed in 7 days. To avoid such a case please consider removing the stale label manually or add a comment to the issue. |
Describe the bug
I am trying to get the AppsFlyer cloud mode integration working.
Related SDK issue: rudderlabs/rudder-sdk-react-native#381 (comment)
When debugging the SDK issue, I finally got the events to be forwarded to AppsFlyer. However the integration fails with the following error:
Not sure if the
AppsFlyer
is sending the error and RudderStack is failing to parse the response or if RudderStack is failing to send the event.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Event is sent to AppFlyer
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: