-
Notifications
You must be signed in to change notification settings - Fork 107
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
Uncaught TypeError: Cannot read property 'appId' of null #295
Comments
I have the same issue. In my case the issue persist for both environment. Any ideas? |
@SeanHealy33 any idea what's going on here? |
This happens when I call |
Try remove the intercom cookies |
Any update? |
I just experienced this as well. Our Intercom is installed via Segment 1.1
|
I have been seeing this as well. What I think is happening is that the shutdown call runs while Intercom process is loading (not 100% certain). My current work around is to add a delay to the shutdown:
|
Version info
Expected behavior
No error.
Actual behavior
Receiving
Uncaught TypeError: Cannot read property 'appId' of null
in console in one of our testing environments and then the Messenger does not show. What's interesting, is this is not happening in our production environment. The testing environment and production environment are using separate Intercom apps. I'm using Turbolinks and it seems to happen on a Turbolinks page load (rather than a full page load) and when using the back button. This is happening inChrome 67.0.3396.99
. I've tried clearing cache and cookies for the domain and that doesn't fix. I don't see the error in Chrome Incognito mode or in Firefox.Logs
The text was updated successfully, but these errors were encountered: