Trying to get started with the messenger but unable to get it to appear. Like the title says, using React and Next.
What I have so far in my app:
- Intercom is loaded (`window.Intercom` is defined)
- "boot" and "update" are getting called in the correct spots with the (presumably) correct payloads
- I'm getting successful responses back from `https://widget.intercom.io/widget/APP_ID`as well as `https://api-iam.intercom.io/messenger/web/ping`/li>
- In the DOM, there is a hidden iframe element with id `intercom-frame` and a div with id `intercom-lightweight-app`. The div only contains a style element, there is no content
Curious what could prevent the messenger button from appearing when everything I mentioned above appears to be working correctly