-
-
How do you reach the above UI inside calcom? I enabled WordPress app but I can't figure where the above page is from.
Also, is https://wordpress.org/plugins/cal-com/ the plugin? BTW, that plugin has not been updated in 2 years, is it safe? Regardless, after installing, I don't see any configuration options inside WordPress. Is that normal ?
-
Is not a wordpress plugin. Below I show you how to access this ui in cal.com
First select your event type and click on the event of your choice you already created
Then click on the code icon
And then choose the inline option
And so you will see this window with 3 tabs : "html - react - preview" - Select the preview to view how your code will show
-
Hi, we are experiencing the same issue.
It looks like the embed.js disappeared.
The question is if all self-hosted versions are affected or if it is a Cloudron issue? -
Seems to be a cal.com Problem (there are a few issues over on GitHub).
Temporary Fix
For the broken embeds is to switch the URL in the embed code fromhttps://domain.tld/embed/embed.js
to
https://cal.com/embed.js
Or download the file and host it yourself.
This way, your embeds should work again until this gets fixed.
-
Hello @nebulon, the issue you mentioned has been present for months, whereas the embed problem has only emerged in the past few days. I'm uncertain if the preview of the embed ever functioned properly, but the embed itself certainly worked until recently. Are you sure it's the same issue?
-
I understand, I was only responding to the other errors from the log, to narrow down the issue. The embedding is still not solved apparently. Have you tried the suggestion by @maiku2 ? Please note that we are not experts on app internals as such here.
-
We ran into this issue recently, too. As a temporary workaround, we updated the code snippet from
<domain>/embed/embed.js
tohttps://cal.com/embed/embed.js
. The upstream issue is at https://github.com/calcom/cal.com/issues/14990. It looks to me like this regression is being fixed in thecalcom/docker
repo with https://github.com/calcom/docker/pull/364. Hopefully this gets incorporated in the next upstream release. -
@nebulon Looking forward to trying it. We only do app updates during a weekly maintenance window on Saturday, so it will be a few more days before I can report back.
(Cal.com typically takes 10+ minutes to become available after a restart, so Iām particularly careful to avoid weekday updates with this app.)
-
-