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

    Peer

    03/28/2022, 8:27 PM
    can you try adding app.cal.com/username in front? vs cal.com/username
    l
    • 2
    • 1
  • s

    Steve Brooks

    03/29/2022, 11:07 AM
    @Valdis Pornieks @Evija Plīruma welcome
  • v

    Valdis Pornieks

    03/29/2022, 11:22 AM
    Hi Team, We are getting ready to integrate OpenID Connect service with cal.com (https://github.com/GurusDirect/cgd-calendso) i was wondering if you have already extensions ready for OpenID or OAuth login?
  • l

    Lynx

    03/29/2022, 3:13 PM
    Hi, is it possible also to prefill custom fields with a query as mentioned at https://docs.cal.com/developer/pre-fill
    a
    • 2
    • 4
  • m

    Mitch Evans

    03/30/2022, 12:22 AM
    Hey fellow developers, has anyone successfully deployed on DigitalOcean?
  • m

    Malavica Sridhar

    03/31/2022, 4:03 PM
    Has anyone received this error while working with Heroku and was able to resolve. cc: @Siddartha Kopparapu
    Copy code
    <https://next-auth.js.org/errors#client_fetch_error> request to <https://www.example.com/api/auth/session> failed, reason: Hostname/IP does not match certificate's altnames: Host: <http://www.example.com|www.example.com>. is not in the cert's altnames: DNS:*.<http://herokuapp.com|herokuapp.com>
    z
    a
    s
    • 4
    • 28
  • p

    Peer

    04/06/2022, 6:28 PM
    looking for community contribution for a simple fix: https://github.com/calcom/cal.com/issues/2407
  • m

    Miqayel Ishkhanyan

    04/06/2022, 7:26 PM
    Hi everyone, any help will be much appreciated. I've installed my app on http://159.65.151.204:3003/auth/login and I get the error bellow because it always try to use 127.0.0.1 and can't determine the correct IP
    :     host: '159.65.151.204:3003',
    @calcom/web:dev:     connection: 'keep-alive',
    @calcom/web:dev:     'upgrade-insecure-requests': '1',
    @calcom/web:dev:     'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36',
    @calcom/web:dev:     accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
    @calcom/web:dev:     referer: '<http://159.65.151.204:3003/auth/login>',
    @calcom/web:dev:     'accept-encoding': 'gzip, deflate',
    @calcom/web:dev:     'accept-language': 'en-US,en;q=0.9'
    @calcom/web:dev:   },
    @calcom/web:dev:   message: 'request to <http://localhost:3000/api/auth/csrf> failed, reason: connect ECONNREFUSED 127.0.0.1:3000'
    @calcom/web:dev: }
    @calcom/web:dev: error - Error: Error serializing
    .csrfToken` returned from
    getServerSideProps
    in "/auth/login".` `@calcom/webdev Reason:
    undefined
    cannot be serialized as JSON. Please use
    null
    or omit this value.`
    d
    • 2
    • 1
  • l

    Levi

    04/07/2022, 1:15 PM
    Copy code
    @calcom/web:dev: error - ../../packages/prisma/node_modules/@prisma/client/runtime/index.js:27652:0
    @calcom/web:dev: Module not found: Can't resolve '_http_common'
  • d

    Demian N

    04/07/2022, 5:32 PM
    Hey, pretty awesome birdeatsbug Thanks for helping me discover it. The only thing I couldn't do or find is on how can I cut the video. Not sure if it somewhere hidden in the UI or only available for PRO accounts. So, in my last video I extended from it in about 20/30 seconds doing thing I would prefer to cut them out. But all in all, and amazing tool. Really like it.
    🙌 3
  • n

    Nahuel Bulla

    04/08/2022, 12:39 PM
    Hi everyone… I’m trying to integrate my google calendar into Calendso following the documentation but with no success. Here is the error I received after trying to “connect”. Does anyone knows how to resolve this? Thank you all!
    s
    b
    • 3
    • 3
  • l

    Lazaro

    04/12/2022, 8:07 AM
    Hi everyone – Is there a particular reason that the Zoom integration seems to be working intermittently? I just accepted an invite but there are no Zoom details in the email or the actual invite that was sent out:
    p
    z
    • 3
    • 13
  • m

    Maitham Dib

    04/15/2022, 12:07 AM
    https://github.com/calcom/cal.com/pull/2494
  • s

    Slackbot

    04/18/2022, 5:54 PM
    Made To Grow has joined this channel by invitation from Cal.com, Inc..
  • j

    Joshua Poddoku

    04/19/2022, 11:08 AM
    Hello there, everyone. I'm not sure if this is the appropriate forum to discuss this. With the same account, two Google calendars are displayed. I believe the problem began when a user attempted to re-add the same account unfortunately. It would be better if it showed an alert.
    z
    • 2
    • 2
  • j

    Joshua Poddoku

    04/19/2022, 11:21 AM
    https://cal.com/joshua-aviyel/30min My Booking page is not working, can anyone please help.
    a
    p
    z
    • 4
    • 8
  • s

    Stephanie Liu

    04/19/2022, 5:21 PM
    Wanting to try out the Swagger documentation on https://docs.cal.com/api. I went to my personal cal.com account, went to settings, and got an api key. However, when I hit the endpoint with Postman, I get the message
    Your api key is not valid
    and when I use the Swagger UI, I get “failed to fetch” and a list of possible reasons. Can anyone help? CC @boogs
    p
    a
    • 3
    • 3
  • a

    Ana Maria Pinto

    04/20/2022, 9:29 PM
    Hi everyone, I'm trying to run the code in a lightsail machine and I have encountered a problem after running the app for the first time. Here's an image of the error and this is my .env configuration: NEXT_PUBLIC_WEBAPP_URL='http://54.163.64.54:3000' # Change to 'http://localhost:3001' if running the website simultaneously NEXT_PUBLIC_WEBSITE_URL='http://54.163.64.54:3000' I also tried changing the website url to port 3001 but the error persisted. Any help is appreciated.
  • z

    zomars

    04/20/2022, 11:31 PM
    It seems like you're using a browser that doesn't support
    navigator.clipboard
    API
    👍 1
  • z

    zomars

    04/20/2022, 11:32 PM
    Try commenting out that code and see if that works
  • h

    Hariom Balhara

    04/21/2022, 3:40 AM
    Looks like you are using the website on HTTP. Use HTTPS or use localhost for local development. clipboard API is only available over HTTPS scheme(with the special exception of localhost) https://web.dev/async-clipboard/#:~:text=As%20with%20many,always%20requires%20permission.
    🙏 3
    ✅ 1
    p
    • 2
    • 1
  • a

    Ana Maria Pinto

    04/22/2022, 3:32 PM
    Hi everyone, I'm trying to run cal in a lightsail machine, but still have some troubles when adding the domain. Could you please explain me what are the NEXT_PUBLIC_WEBAPP_URL, NEXT_PUBLIC_WEBSITE_URL and NEXTAUTH_URL variables located in the .env file? I also would like to know which of them should I keep as localhost and which should I change to my domain.
  • t

    Tejas Badadare

    04/22/2022, 7:11 PM
    Hi folks, I'm trying to get an API key on app.cal.dev. However, under Settings > Security (where I can usually get an API key on prod), I get this message instead:
    Your account is managed by Google. To change your email, password, enable two-factor authentication and more, please visit your Google account settings.
    Can i not get an API key if I log in using google?
  • t

    Tejas Badadare

    04/22/2022, 7:19 PM
    Good morning yall, i'm reporting a bug I found on app.cal.dev. If i try to generate a never-expiring API key, the request errors out because `Null constraint violation on the fields: (
    expiresAt
    )`. Workaround is to set an expiry date, but of course this shouldn't be required if i'm enabling the "Never expires" toggle. This doesn't happen on prod.
  • p

    Peer

    04/22/2022, 7:20 PM
    @Agusti
  • p

    Peer

    04/22/2022, 7:21 PM
    also there is #admin-panel-and-api
    t
    a
    • 3
    • 2
  • c

    Chris Lott

    04/22/2022, 7:55 PM
    Is anyone else seeing an issue with google login on app.cal.com? Currently I’m being redirected to https://app.cal.com/auth/login?callbackUrl=https%3A%2F%2Fapp.cal.com%2Fauth%2Flogin&amp;error=Callback with no error message
    c
    • 2
    • 3
  • r

    Rohan Rajpal

    04/25/2022, 7:28 AM
    Hey, after self hosting cal.com, I still get this pro trial nudge. So do we have to purchase an enterprise license to self host as well? I read the docs but couldn’t find anything relevant to my question. https://cal.com/pricing?infra is the only relevant place and we just want to self host it, nothing else.
    p
    • 2
    • 5
  • j

    Joshua Poddoku

    04/25/2022, 1:32 PM
    Hey, Someone Scheduled a meeting, not showing on Google calendar.
  • b

    Broderick Hill

    04/25/2022, 10:39 PM
    Does anyone have any idea why I am getting this error when running yarn dev?
    p
    a
    • 3
    • 15
12345...22Latest