https://cal.com logo
#developers
Title
# developers
p

Pranav and Manisha Dharwadkar

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