I ran into an error when building 1.7.7 where pris...
# general
m
I ran into an error when building 1.7.7 where prisma couldn't find my DATABASE_URL variable (even when it was there). I upgraded from Node 14.20.0 to 16.16.0 and the problem went away - just an FYI!
@calcom/prisma:build:   error: Environment variable not found: DATABASE_URL.
@calcom/prisma:build:   -->  schema.prisma:6
@calcom/prisma:build:    |
@calcom/prisma:build:  5 |   provider = "postgresql"
@calcom/prisma:build:  6 |   url      = env("DATABASE_URL")
@calcom/prisma:build:    |
🙏 3
❤️ 4
p
thats great to hear! wanna post this in https://github.com/calcom/cal.com/discussions so more people are aware?
🙏 1