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
Describe the bug
I'm having issues with the Intercom integration for the Capacitor app that I work on. Calling await Intercom.displayMessenger(); shows a screen with "Something's gone wrong. Content could not be loaded" message.
Looks like the issue is with they keys because registering a clean account and using its keys works fine.
I understand that the main issue is not with the capacitor intercom plugin. My questions are:
How can this be debugged?
Any ideas what this might be?
To Reproduce
Unfortunately I can not share the actual keys, but the setup is extremely basic. This is the repo that the issue can be reproduced on. Bug again, the issue is not with the integration.
Describe the bug
I'm having issues with the Intercom integration for the Capacitor app that I work on. Calling
await Intercom.displayMessenger();
shows a screen with "Something's gone wrong. Content could not be loaded" message.Looks like the issue is with they keys because registering a clean account and using its keys works fine.
I understand that the main issue is not with the capacitor intercom plugin. My questions are:
To Reproduce
Unfortunately I can not share the actual keys, but the setup is extremely basic. This is the repo that the issue can be reproduced on. Bug again, the issue is not with the integration.
Expected behavior
An error thrown by the
Intercom.displayMessenger();
or something in the logs?Screenshots
iosApiKey
andiosAppId
iosApiKey
andiosAppId
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: