-
Notifications
You must be signed in to change notification settings - Fork 205
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
intercom stopped working in play/learn sites #3483
Comments
notice that it doesn't work for dynamic domains as well - e.g. https://9qb2ivlkj4.learn-ext.winglang.io/ |
The webcontainers only work in secure browser contexts. To enable secure contexts, the files we serve from our server must include a We use I thought that one solution would be to proxy the segment cdn, but we can't since there's multiple cdns and we don't have control over it. So it's a no go. The only solution that comes to mind is to fine-tune each of the analytics solution we want to include. For example, adding Intercom manually and checking their cdn settings to see if we can either configure their HTTP headers, or self-host the intercom assets. |
@skyrpex if we will use the backend solution for all browsers that are not chrome, would it be possible to set the analytics properly for all? |
Yeah. The backend solution doesn't require webcontainers nor these secure contexts. |
YIKES! |
@skyrpex, have you seen this? |
moving back to use fly.io backend for non chrome based browsers. |
I tried this:
open learn/play sites and see the intercom widget
This happened:
there is no intercom widget
I expected this:
to have intercom :)
Is there a workaround?
no
Component
Playground
Wing Version
No response
Node.js Version
No response
Platform(s)
MacOS
Anything else?
probably related to headers update in https://github.com/winglang/playground/commit/d00366e25d1ff4e43b6f0b2e886e80a03789fb74
Community Notes
The text was updated successfully, but these errors were encountered: