Giter VIP home page Giter VIP logo

Comments (8)

Lars- avatar Lars- commented on August 16, 2024 2

I found a workaround. Replace the url ending with embed/embed.js with https://app.cal.com/embed/embed.js or even better, download the file and serve it from your own domain.

It would be better if this gets fixed, but at least we can use the embed functionality this way.

from docker.

PeerRich avatar PeerRich commented on August 16, 2024 2

investigating

from docker.

nepomuc avatar nepomuc commented on August 16, 2024 1

@hariombalhara Thanks! Now waiting for your pull request to be merged to main :) (Using the latest docker version and also the latest docker image version btw.)

from docker.

buzzard10 avatar buzzard10 commented on August 16, 2024

I have the same problem 😒

from docker.

fedenelli avatar fedenelli commented on August 16, 2024

Same here. /embed/embed.js returns 404. Rolled back to version 3.9.1 until v4 is fixed.
image

from docker.

Qodestackr avatar Qodestackr commented on August 16, 2024

Rollback the lib as new version uses:
useEffect(() => {
(async function () {
const cal = await getCalApi({});//await getCalApi({ "embedLibUrl": "http://localhost:3000/embed/embed.js" });
cal("ui", { "styles": { "branding": { "brandColor": "#000000" } }, "hideEventTypeDetails": false, "layout": "month_view" });
})();
}, [])

from docker.

nepomuc avatar nepomuc commented on August 16, 2024

This was already an issue last September (calcom/cal.com#11068). @PeerRich said it was resolved but it's definitely back. :/

from docker.

hariombalhara avatar hariombalhara commented on August 16, 2024

Are you guys using the latest docker version? I am setting up docker at the moment but I don't see any issue with the code related to this.

There was an issue a month back for a brief period which was fixed.

from docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.