Skip to main content
Question

Unable to login unidentified users

  • March 13, 2025
  • 1 reply
  • 6 views

loginIdentifiedUser / loginUnidentifiedUser works properly on app launch. The issue is when you carry out these actions in sequence -  loginIdentifiedUser, logOut and loginUnidentifiedUser, I get this UI error with console error 

errorCode: 0, errorMessage: The operation couldn’t be completed. (Network request succeeded but the response was ignored error 0.)


 

 

1 reply

  • New Participant
  • 1 reply
  • March 14, 2025

Since logging in an identified user, logging out, and then trying to log in an unidentified user leads to this error, the problem likely lies in session persistence or token handling. 

Ensure that you properly log out before switching users by calling Intercom.logout(); to fully clear the session. Additionally, check the network and API response, as the error suggests that the network request was successful but the response was ignored. 

Also a slight delay using setTimeout before calling loginUnidentifiedUser() might help.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings