Ted Spare
01/19/2023, 4:34 PMPeer
Edward Baltaza
01/19/2023, 10:37 PMTimothée Pineau
01/20/2023, 10:04 PMColin - Krumware
01/23/2023, 5:16 PM@calcom/api:build: ../../packages/dayjs/index.ts:40:14
@calcom/api:build: Type error: Argument of type 'import("/calcom/node_modules/dayjs/index").PluginFunc<unknown>' is not assignable to parameter of type 'import("/calcom/packages/dayjs/node_modules/dayjs/index").PluginFunc<unknown>'.
@calcom/api:build: Types of parameters 'c' and 'c' are incompatible.
@calcom/api:build: Type 'typeof import("/calcom/packages/dayjs/node_modules/dayjs/index").Dayjs' is not assignable to type 'typeof import("/calcom/node_modules/dayjs/index").Dayjs'.
@calcom/api:build: Types of construct signatures are incompatible.
@calcom/api:build: Type 'new (config?: string | number | Date | Dayjs | null | undefined) => Dayjs' is not assignable to type 'new (config?: string | number | Date | Dayjs | null | undefined) => Dayjs'.
@calcom/api:build: Types of parameters 'config' and 'config' are incompatible.
@calcom/api:build: Type 'string | number | Date | import("/calcom/node_modules/dayjs/index").Dayjs | null | undefined' is not assignable to type 'string | number | Date | import("/calcom/packages/dayjs/node_modules/dayjs/index").Dayjs | null | undefined'.
@calcom/api:build: Type 'Dayjs' is not assignable to type 'string | number | Date | Dayjs | null | undefined'.
@calcom/api:build: Type 'Dayjs' is missing the following properties from type 'Dayjs': isBetween, isToday, fromNow, from, and 8 more.
@calcom/api:build:
@calcom/api:build: 38 |
@calcom/api:build: 39 | dayjs.extend(customParseFormat);
@calcom/api:build: > 40 | dayjs.extend(dayjsBusinessTime);
@calcom/api:build: | ^
@calcom/api:build: 41 | dayjs.extend(isBetween);
@calcom/api:build: 42 | dayjs.extend(isToday);
@calcom/api:build: 43 | dayjs.extend(localizedFormat);
@calcom/api:build: error Command failed with exit code 1.
luka Petravić
01/24/2023, 11:48 AMSathees
01/25/2023, 8:00 AMNeonGooRoo
01/25/2023, 4:57 PMstZ4cAMRiyZE
01/27/2023, 1:55 PMRichard Poelderl
01/27/2023, 2:23 PMyarn dx
command) are pretty smooth. Impressed!Sai Deepesh
01/28/2023, 6:49 AMyarn dx
I'm facing this issue, please help, thanksTofi Buzali
01/29/2023, 4:05 PMstZ4cAMRiyZE
01/30/2023, 1:17 PMstZ4cAMRiyZE
01/30/2023, 2:14 PMstZ4cAMRiyZE
01/31/2023, 1:12 PMstZ4cAMRiyZE
02/01/2023, 3:14 PMheroku-postgresql:mini
on our app.json file.
"addons": [
{
"plan": "heroku-postgresql:mini"
}
],
Also noticed one issue related to the optional fields on the templates, like SENDGRID_EMAIL, SENDGRID_SYNC_API_KEY. by default required will be true
, so we need to set required to false
in our app.json file
Please let me know if you have any questions.
Currently I’m stuck at this point.
So please fix these simple items on the template file app.json.
Thanks in advanceSydney O
02/01/2023, 7:42 PMAaron Presley
02/01/2023, 10:37 PMyarn dx
? I've tried removing the postgres docker container, tried yarn clean
, tried yarn db-seed
as well and it preserves the data changes I made locallyBen Hybert
02/03/2023, 12:18 PMPeer
Peer
Ben Hybert
02/03/2023, 1:53 PMPeer
Kerry Ritter
02/04/2023, 5:59 PM// from:
const calendarsToGetAppointmentsFrom = [];
// to:
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const calendarsToGetAppointmentsFrom: any[] = [];
same type of error over and over (see screenshot)
is there a known fix for this? i imagine its a TSConfig change.
thanks for any help!Nelson Keating
02/08/2023, 1:06 AMVictor
02/08/2023, 5:20 PMSathees
02/08/2023, 5:53 PMNikhil Sharma
02/09/2023, 6:14 PMAnton Hmelnitski
02/10/2023, 6:12 PMKimani Ndegwa
02/12/2023, 5:12 PMOPEN_VERIFICATION_TOKEN
to be able to set up Lark successfully