https://cal.com logo
Join Slack
Powered by
# developers
  • v

    Vaibhav Bisht

    04/25/2023, 6:36 AM
    @Peer?? is this channel not active? Is there any channel where I can get more frequent response
    p
    • 2
    • 3
  • k

    khatri Hitesh

    04/25/2023, 4:41 PM
    Hi Guys, new to this channel and project. I am trying to setup cal.com locally from github repo. cloned the repo and followed the step for installation.. from
    readmen.md
    local
    deveContainer
    for the development environment got setup without any apparent issues. However, when I am trying to run
    yarn dx
    .. it gives me following error.
    Error: Database is uninitialized and superuser password is not specified.
    You must specify POSTGRES_PASSWORD to a non-empty value for the
    superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run".
    You may also use "POSTGRES_HOST_AUTH_METHOD=trust" to allow all
    connections without a password. This is *not* recommended.
    See PostgreSQL documentation about "trust":
    <https://www.postgresql.org/docs/current/auth-trust.html>
    my docker is running and I can see that it has spun up postgres database docker image.. image is not running successfully! has anyone faced with this issue? any help would be appreciated. Posted in #general
  • l

    Lorenzo Nunzi

    04/28/2023, 2:02 PM
    hi everybody, i need to change the path localhost:3000 with my ip vps address : 6x.xxx.xxx.xx or my dns, how can i do it ?
  • l

    Lorenzo Nunzi

    04/28/2023, 2:02 PM
    it is hardcoded
    p
    a
    • 3
    • 4
  • a

    Amit Gaikwad

    04/30/2023, 4:09 AM
    Facing this problem while setting up cal locally. I run yarn dx command and this error occured
    p
    v
    a
    • 4
    • 5
  • r

    Rishi

    04/30/2023, 1:51 PM
    Hey, Sorry if this has been already asked. I was trying to setup the codebase. I have the yarn version 1.22.19 but the codebase was expecting version 3. So when i set the yarn version to the berry.
    yarn set version berry
    . I am getting the following error.
    Copy code
    Usage Error: Unrecognized or legacy configuration settings found: token - run "yarn config -v" to see the list of settings supported in Yarn (in <environment>)
    
    $ yarn set version [--only-if-needed] <version>
    If this is already answered, please point me to the thread. If not can anyone help me? I have been stuck in this for a while
    • 1
    • 1
  • l

    Lucas Smith

    04/30/2023, 1:59 PM
    This should just work automatically when you install the latest versions of yarn
    r
    • 2
    • 1
  • l

    Lucas Smith

    04/30/2023, 1:59 PM
    Which support classic + berry
  • r

    Rishi

    04/30/2023, 2:00 PM
    okay let me check, Thanks for your quick response
  • r

    Rob Jackson

    04/30/2023, 5:26 PM
    Heya folk, I’ve been looking into developing apps for Cal.com. Struggling to figure out how to prompt users to provide credentials for an app when they install it? I can see a few patterns in the app directory for handling oauth flows (not suitable for the apps I’m looking at), interjecting a setup page after installation (e.g. Sendgrid, but this isn’t working on my development environment? May be broken?), or requiring enabling via the Admin UI beforehand (I feel like this is supposed to be the default for any apps with
    appKeys
    , but mine appears to be enabled by default?)
    • 1
    • 2
  • g

    Giridharan Pasupathi

    05/01/2023, 7:15 AM
    I was getting this error when I was trying to set up a codebase locally, i am struggling in set up last 2 days. pov: i am a beginner:) please help me
    v
    • 2
    • 2
  • a

    Amit Gaikwad

    05/01/2023, 3:56 PM
    hey can someone can merge this pr @Bailey: https://github.com/calcom/cal.com/pull/8609
  • p

    Pranay Raycha

    05/02/2023, 11:20 PM
    I tried to run project on my local windows machine. But I got this error when I wrote "yarn dx". can anybody help me. I am a beginner here.
  • a

    Amit Gaikwad

    05/03/2023, 3:17 AM
    hey @Pranay Raycha try this: https://calendso.slack.com/archives/C01NXDSRY9W/p1682884458002449
    p
    • 2
    • 1
  • a

    Ali

    05/03/2023, 7:23 AM
    @Pranay Raycha Please follow this official guide: https://cal.com/docs/how-to-guides/how-to-troubleshoot-symbolic-link-issues-on-windows
  • s

    Stephanie Sellars

    05/03/2023, 3:47 PM
    Posted in General, but perhaps that isn’t the right spot? I just joined, I have some questions about adding zoom links and connecting calendars for round robins. Could someone help me out? Thanks!
    u
    • 2
    • 2
  • p

    Pranay Raycha

    05/03/2023, 9:08 PM
    @Ali Thank you. Now it is working
  • n

    Nico Frati

    05/05/2023, 9:02 PM
    Hey! I wanted to ask if there is any step I’m missing to have the Cal embed component typed? Couldn’t find anything around docs or gh issues 😅 Thanks!
  • s

    Sophia Michelle Andren

    05/06/2023, 10:39 PM
    Hey everyone. Really enjoying Cal.com for sending out scheduling links, but having a few issues adding an embed to our site: 1 - I tried out the
    @calcom/embed-react
    package, but it seems to render an iframe and none of the customization options were working so it wasn't possible to make it look like a part of the website as mentioned here: https://cal.com/resources/feature/embed Is there a way to render a customizable widget itself and not an iframe? The flash of a white background of a loading iframe kind of breaks the vibe of a dark site. 😅 2 - A regular iframe is looking better (https://candycode.com/) for now, but it makes layout and spacing difficult since the iframe has to be fixed size. Also about half the time it incorrectly reports "No availability in May". Is that a known issue? Couldn't find anything about it in GitHub issues. Any help is really appreciated. Thanks! ☺️
    u
    h
    s
    • 4
    • 16
  • b

    Ben Weiner

    05/06/2023, 11:47 PM
    anyone else have an issue clicking the Vercel deploy button on the
    <https://github.com/calcom/cal.com>
    repo and getting it to install on a Pro account? failing with the attached image. if i clone the repo and run
    yarn install --immutable
    locally it will also fail with
    The lockfile would have been modified by this install, which is explicitly forbidden.
    n
    • 2
    • 3
  • i

    Ivo Sillé

    05/08/2023, 12:19 PM
    Hey everyone. Is there any Event Listener code available that I can use in a custom HTML tag in Google Tag Manager? I'm trying to create a tag to track conversions (successful bookings). Any help is appreciated!
    s
    • 2
    • 5
  • r

    Rishi

    05/09/2023, 9:02 AM
    Hey all, Is there any docs explaining on how to test the apps in the app store locally?
  • a

    Aswath S

    05/09/2023, 2:28 PM
    Hi Folks. I get this error while opening
    packages/features/ee/payments/pages/payment.tsx
    Anybody know the reason ? Posted in #caldav
  • a

    Aswath S

    05/09/2023, 2:33 PM
    What is the recommended ide / text editor to setup calcom in ?
    b
    • 2
    • 1
  • p

    Pranjal Goyal

    05/09/2023, 3:28 PM
    https://github.com/calcom/cal.com/issues/8653 Hey everyone, can check this, seems like a security issue. Also didn't find any instance of word-wrap used in the code. Thanks cc: @Peer
  • s

    santosh kuchetti

    05/10/2023, 11:15 AM
    Hi, can I get the demo premium user usedetails for quickly checking one issue there
    u
    • 2
    • 10
  • a

    Aswin Raj

    05/10/2023, 11:19 AM
    Hi guys! What EC2 instance configuration would you advice for setting up Cal.com?
  • z

    Zach Waterfield

    05/11/2023, 8:12 PM
    Running into a bug where the embed is flashing when setting to light mode. I’m using the default code and haven’t changed it. https://www.loom.com/share/9df8b0bdfaae4e639de408b432515e30 Is this a know issue?
    p
    h
    s
    • 4
    • 3
  • g

    GitHub

    05/12/2023, 5:29 AM
    #8853 Embed UX Issue Issue created by hariombalhara The flash of a white backgound is jarring on a dark site, which is unavoidable with iframes. Also iframes don't render properly inside of Framer Motion layout animations. Slack Message calcom/cal.com
  • e

    ENYELU CHUKWUEBUKA J.

    05/12/2023, 7:57 PM
    Hello everyone. I am unable to get the exact request payload for booking a visit via the abi so I had to use the below payload and I got an error message: "message": "No available users found." payload: { "eventTypeId": 277572, "name": "Enyelu Chukwuebuka", "start": "2023-05-24T130000.000Z", "end": "2023-05-24T133000.000Z", "email": "enyelu.joseph@gmail.com", "timeZone": "Europe/London", "language": "en", "metadata": {}, "customInputs": [], "location": "Calcom HQ", "title": "Debugging between Syed Ali Shahbaz and Hello Hello", "description": "Event description", "smsReminderNumber": "+2347062926449" }
1...1819202122Latest