-
Notifications
You must be signed in to change notification settings - Fork 140
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
Api call failed | Forbidden request #392
Comments
The error in the logs is neither from the |
I tried removing the logout part and its still the same error |
I'm facing a similar issue, were you able to fix it? |
Can you provide reproducible sample? |
I was facing a similar problem. The problem was that I was testing between intercom production and test environment and replaced androidApiKey only in one place here In other words, make sure you're using the same androidApiKey in both places - when initiliazing it in |
Something I fumbled with on iOS, be sure to set your data region in your Info.plist to AU or EU if that is your region. Otherwise it will default to US and while the initialize will be fine, login won't. |
Code I am using
Here are the logs I am getting
Intercom version is intercom_flutter: ^8.0.3
Here is my Flutter Doctor -v output
The text was updated successfully, but these errors were encountered: