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
This issue is baffling me. My code works on iOS, but not on Android. In our React Native app, we are fetching v55.0/support/knowledgeArticles to get a list of articles.
That looks like an HTML error page for invalid session (API calls should not returned those).
Could you double check that the user has the appropriate perms, that the connected app has the required scopes, that the requested scopes by the client app match the scopes the connected app supports (check the boot config or your Android app)? Could you also if possible run it with the latest Mobile SDK (12.2) ?
This issue is baffling me. My code works on iOS, but not on Android. In our React Native app, we are fetching
v55.0/support/knowledgeArticles
to get a list of articles.Here is my code:
On iOS this is my return:
However, on Android that same code returns this:
Please help. Do I have a syntax error? Am I doing something I'm not supposed to be? Any help would be appreciated.
The text was updated successfully, but these errors were encountered: