Hi all!
I use the intercom web version.
After the user logs out of my application, I clear the session using the native Intercom('shutdown') method. Then I initialize a new session with the native method Intercom('boot', { app_id: 'my-app-id' }). The intercom widget appears. After a few seconds, it disappears with an error in the console.
What am I doing wrong?