Google Calendar API integration doesn't work because URI Redirect is http #8322
Replies: 1 comment
-
Hey @Javihache, I'm here to help you with any bugs, questions, or contributions. Let's tackle this issue together! To resolve the issue with Google Calendar API integration where the URI redirects need to appear to originate from HTTPS, you should ensure that the Here's how you can modify the code:
By ensuring that the To continue talking to Dosu, mention @dosu. Written by @dosu, approved by dosu-customer-success |
Beta Was this translation helpful? Give feedback.
-
I tried enabling the Google Calendar API integration using the instructions provided by cal.com for self-hosted users. However I am unable to make it work. Only http:// URI Redirect addresses work, but using ghttp only makes google deactivate the API endpoints.
From what I've been reading online regarding similar problems, the way to make this work is change something in the code and make the URI redirects appear to originate from https, but I have no idea how to do this, as my installation is behind an nginx reverse proxy.
Has anyone been successful in integrating Google Calendar from their self-hosted application and can give me a hand?
Best regards!
Beta Was this translation helpful? Give feedback.
All reactions