Trying to add Google API credentials but app store...
# random
e
Trying to add Google API credentials but app store seed is not seeding the new api. any help would be apprecaited!
s
Hi @erikbomb ! Looking into who is the right person on the team to support you — stay tuned! 🙂
👍 1
h
@erikbomb You might not have valid credentials. See this line for the logic of a valid one https://github.com/calcom/cal.com/blob/7f6a9cf5556cb51dbd986c58e5241bc6f7c10c10/packages/prisma/seed-app-store.ts#L38
e
I should be getting an error message though - "Error adding google credentials to DB" I have run yarn run env-checking:app-store and got no error messages
I also ran yarn build before starting the system again
@Hariom Balhara I have not done much with yarn so maybe I am not understanding how to initiate the seed with prisma
Found out more after reading some more of the code. I ended up running yarn run seed-app-store but this did not fail on a single one even though the rest were null. Still google is not showing up in the app store
s
@erikbomb is google calendar showing as an option when you setup your available calendars ?
e
@Sean Brydon I might have found the problem but I am not sure where the fix is. Will look into it later today. I have cal.com behind apache2 with a proxypass. So the website is https://cal.com.[redacted].com/ however when the request goes out to google calendar it shows up as redirect_uri: http://cal.com.[redacted].com/api/integrations/googlecalendar/callback Google says that requests must come from secure HTTPS instead of HTTP. However I do not see anywhere in the .env that I did not set my values to https. Not sure if it is somewhere else or if I am doing it wrong.
c
there's another issue in the docker github where someone is having an issue
no solution there but linking for context