Hello, I am trying to self host
cal.com on railway and facing the following build problem. Any idea how to fix this ?
@calcom/web
build Failed to compile.
@calcom/web
build
@calcom/web
build ./ee/pages/api/integrations/stripepayment/webhook.ts
12925
@calcom/web
build Type error: Excessive stack depth comparing types ‘{ where: { id: number; }; data: BookingUpdateInput; }’ and ‘BookingUpdateArgs’.
@calcom/web
build
@calcom/web
build 127 | });
@calcom/web
build 128 |
@calcom/web
build > 129 | const bookingUpdate = prisma.booking.update({
@calcom/web
build | ^
@calcom/web
build 130 | where: {
@calcom/web
build 131 | id: booking.id,
@calcom/web
build 132 | },
@calcom/web
build error Command failed with exit code 1.
@calcom/web
build info Visit
https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@calcom/web
build Error: command finished with error: command (apps/web) yarn run build exited (1)
command (apps/web) yarn run build exited (1)
``