-
wrote on Jun 27, 2024, 9:49 PM last edited by
-
-
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 ?
-
wrote on Jun 28, 2024, 5:03 PM last edited by
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
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
-
wrote on Jul 1, 2024, 7:39 PM last edited by
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? -
wrote on Jul 2, 2024, 8:37 AM last edited by
Where would I see those?
-
wrote on Jul 2, 2024, 8:50 AM last edited by
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.
-
@marylou there is a log viewer in Cloudron for each app https://docs.cloudron.io/apps/#log-viewer
-
To keep things updated here for @marylou the main issue is a warning message, which needs to be fixed upstream https://github.com/calcom/cal.com/issues/12201
-
wrote on Jul 2, 2024, 12:15 PM last edited by
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.
-
wrote on Jul 2, 2024, 12:27 PM last edited by
Thanks, @nebulon. I often don't know if the problem lies with the app of it is related to Cloudron.
-
wrote on Jul 21, 2024, 11:34 PM last edited by
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. -
@sparkwise can you check with the latest package version just published now?
-
@sparkwise can you check with the latest package version just published now?
wrote on Jul 22, 2024, 2:30 PM last edited by@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.)
-
@sparkwise can you check with the latest package version just published now?
-
-