-
Running calcom behind an nginx reverse proxy I get the following error when trying to add the Google Calendar integration:
Note the URI in http instead of https. Any idea or suggestion on how to get this working? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This seems environmental, but I'll do my best to help.
just to clarify, it is configured that way for my local dev, as well as a deployed environment behind an nginx load balancer with SSL termination at nginx (also in kubernetes) |
Beta Was this translation helpful? Give feedback.
-
It likely was that missing rebuild. Glad to hear that it's working, and thanks for the info! |
Beta Was this translation helpful? Give feedback.
This seems environmental, but I'll do my best to help.
Are you doing edge termination of SSL?
Did you add an SSL endpoint into your acceptable callback URLs?
For example, this is how my generated GOOGLE_API_CREDENTIALS look
just to clarify, it is configured that way for my local dev, as well as a deployed environment behind an nginx load balancer with SSL termination at nginx (also in kubernetes)