I experience the console message [Intercom] Launcher is disabled in settings or current page does not match display conditions, but I have hidden the default launcher as I have implemented my own launcher. I would not expect to see the console message in this case, but it does appear.
These are my settings below, am I missing something?
window.intercomSettings = {
api_base: "https://api-iam.intercom.io",
app_id: "<my app id>",
hide_default_launcher: true, // Hides the default Intercom icon
vertical_padding: 60
};