We are self-hosting <cal.com>, and everything seem...
# general
b
We are self-hosting cal.com, and everything seems to be working except: In the new user wizard, you're asked if you want to connect Google calendar. We set up .env and .env.appstore files (seemingly) from the documentation, but when you click on the button to connect Google Calendar, nothing happens. Without this feature, cal.com is essentially useless for us. Can anyone provide guidance on what may be the issue?
javascript console is returning 400 (Bad Request) when clicking on the connect button
z
you need to sun the app-store seeder to put those credentials in the DB
b
@zomars sorry, I am not sure what you mean by "sun the app-store seeder to put those credentials in the DB"
surely there has to be better documentation somewhere about this very important and basic feature of this software 😞
z
Sorry I was busy
b
i see, is this just running: yarn seed-app-store
👍 1
z
Can you try running
yarn seed-app-store
for the packages/prisma folder
1
b
error: Environment variable not found: DATABASE_URL.
despite this being set in .env in packages/prisma
npx prisma generate fixed the env variable not found error
thank you for your help!
🙏 1