Gaurang Delavadiya
04/10/2023, 7:05 AMLiam Murray
04/11/2023, 1:13 PMBen Hybert
04/11/2023, 1:15 PMBen Hybert
04/11/2023, 1:16 PMLiam Murray
04/11/2023, 1:17 PM# ApiKey for cronjobs
Liam Murray
04/11/2023, 1:18 PMBen Hybert
04/11/2023, 1:21 PMLiam Murray
04/11/2023, 1:34 PMKornel Szabo
04/12/2023, 7:47 AMGamer Mount
04/13/2023, 11:04 AMEduard Stere
04/13/2023, 3:35 PMPeer
Eduard Stere
04/15/2023, 8:19 PMImeth Gunawardena
04/17/2023, 12:17 PMImeth Gunawardena
04/17/2023, 12:56 PMShipra
04/18/2023, 6:23 AMVaibhav Bisht
04/18/2023, 2:46 PMChristopher Kindl
04/19/2023, 1:28 PMDmitry Maykov
04/19/2023, 2:39 PMJan Piotrowski
04/22/2023, 12:20 AMVercel
deploy button from the README, what are the correct values for the required env variables NEXT_PUBLIC_WEBAPP_URL
and NEXTAUTH_URL
?
For the initial deployment I can just leave them on localhost:3000
, but later that value leads to problems like the logo not loading 😕Jan Piotrowski
04/22/2023, 12:22 AMyarn workspace @calcom/prisma db-deploy
to migrate my database?
(Workaround I found was putting yarn workspace @calcom/prisma db-deploy &&
in front of the suggest build command - that initially migrated the database, and now makes sure the schema is up to date. But is that correct?)Jan Piotrowski
04/22/2023, 12:23 AMVaibhav Bisht
04/22/2023, 11:41 AMVaibhav Bisht
04/22/2023, 12:34 PMVaibhav Bisht
04/22/2023, 4:10 PMheroku
which is not a good choice anymore (since no support for free tier). So I believe that for development purposes we can suggest on using local DB or using something like Render
.Vaibhav Bisht
04/22/2023, 6:24 PMyarn seed-app-store
This following error is coming:
PrismaClientInitializationError:
Invalid `prisma.app.upsert()` invocation in
/Users/NoobDev/Documents/open-source/cal.com/packages/prisma/seed-app-store.ts:160:20
157 keys?: Prisma.AppCreateInput["keys"],
158 isTemplate?: boolean
159 ) {
→ 160 await prisma.app.upsert(
error: Environment variable not found: DATABASE_URL.
--> schema.prisma:6
|
5 | provider = "postgresql"
6 | url = env("DATABASE_URL")
|
Validation Error Count: 1
at Zr.handleRequestError (/Users/NoobDev/Documents/open-source/cal.com/node_modules/@prisma/client/runtime/library.js:171:6688)
at Zr.handleAndLogRequestError (/Users/NoobDev/Documents/open-source/cal.com/node_modules/@prisma/client/runtime/library.js:171:5948)
at /Users/NoobDev/Documents/open-source/cal.com/node_modules/@prisma/client/runtime/library.js:174:3087
at async /Users/NoobDev/Documents/open-source/cal.com/node_modules/@prisma/client/runtime/library.js:174:3268
at async t._executeRequest (/Users/NoobDev/Documents/open-source/cal.com/node_modules/@prisma/client/runtime/library.js:174:10726)
at async t._request (/Users/NoobDev/Documents/open-source/cal.com/node_modules/@prisma/client/runtime/library.js:174:10455)
at async createApp (/Users/NoobDev/Documents/open-source/cal.com/packages/prisma/seed-app-store.ts:160:3)
at async main (/Users/NoobDev/Documents/open-source/cal.com/packages/prisma/seed-app-store.ts:174:3) {
clientVersion: '4.11.0',
errorCode: undefined
}
Vaibhav Bisht
04/23/2023, 6:33 AMREADME.md
. I would like to request 🙏 all developers to check this issue (https://github.com/calcom/cal.com/issues/8467) and suggest me additional things that needs to be updated in the README.md
file. As this will be super helpful for newcomersVaibhav Bisht
04/24/2023, 4:58 AMsettings/my-account/calendars
my .env.appStore
GOOGLE_API_CREDENTIALS= {"web":{"client_id":"my-client-id","project_id":"id","auth_uri":"<https://accounts.google.com/o/oauth2/auth>","token_uri":"<https://oauth2.googleapis.com/token>","auth_provider_x509_cert_url":"<https://www.googleapis.com/oauth2/v1/certs>","client_secret":"secret,"redirect_uris":["<http://localhost:3001/api/auth/callback/google>","<http://localhost:3001/api/integrations/googlecalendar/callback>"],"javascript_origins":["<http://localhost:3001>"]}}
Vaibhav Bisht
04/24/2023, 4:59 AMVaibhav Bisht
04/24/2023, 4:59 AMpackages/trpc/server/routers/viewer.tsx