ToeiRei
09/01/2022, 9:16 PMToeiRei
09/01/2022, 10:31 PMPatrick Ballantyne
09/07/2022, 2:26 PMColin - Krumware
09/24/2022, 5:03 PMSoso Tskhadaia
09/26/2022, 6:03 PMDeepak Kumbhar
09/28/2022, 5:23 AMJeremy J. Rossi
09/30/2022, 5:07 PMError 400: redirect_uri_mismatch
redirect_uri=http://<redacted>/api/integrations/googlecalendar/callback
Note the http instead of https in the URI
What I see from sniffing the traffic is that as soon the broswer calls GET /api/auth/session
it receives a Set-Cookie
response header with the correct value of next-auth.callback-url=https://<redacted>
.
But when I go to add the calendar integration and the browser calls POST /api/auth/callback/credentials?
the app answers with an incorrect value Set-Cookie: next-auth.callback-url=http://<redacted>
.
Any ideas or suggestions on how to get it working?
ThanksColin - Krumware
10/03/2022, 5:43 PMVijay Mani
10/04/2022, 7:28 AMPeer
Peer
Maciej Gryka
10/22/2022, 8:33 PMDOCKER_BUILDKIT=0 docker compose build calcom
still tells me it can’t connect 🤔Prateek Kumar
10/31/2022, 10:32 AMNEXT_PUBLIC_LICENSE_CONSENT
environment key?
We are using the self hosted version of cal.comUlises Menem
11/01/2022, 12:06 AMDOCKER_BUILDKIT=0 docker-compose build calcom
Ulises Menem
11/01/2022, 12:07 AMUlises Menem
11/01/2022, 12:07 AMnetwork stack not found
ERROR: Service 'calcom' failed to build : Build failed
Prateek Kumar
11/02/2022, 8:44 AMColin - Krumware
11/02/2022, 11:07 AMLeopere
11/08/2022, 4:40 AMzomars
11/11/2022, 8:18 PMColin - Krumware
11/11/2022, 8:23 PMColin - Krumware
11/11/2022, 8:23 PMColin - Krumware
11/11/2022, 10:32 PMColin - Krumware
11/11/2022, 10:33 PM[3/5] Fetching packages...
error Couldn't find the binary git
info Visit <https://yarnpkg.com/en/docs/cli/install> for documentation about this command.
1 error occurred:
* Status: The command '/bin/sh -c yarn install' returned a non-zero code: 1, Code: 1
Colin - Krumware
11/11/2022, 10:33 PMPrateek Kumar
11/18/2022, 10:40 AMGetting this error.
DOCKER_BUILDKIT=0 docker compose build calcom
Any help?Colin - Krumware
11/18/2022, 2:25 PMColin - Krumware
11/18/2022, 3:41 PMColin - Krumware
11/18/2022, 3:41 PMLeopere
11/19/2022, 6:43 PM