https://cal.com logo
Title
a

Aditya Painuli

05/25/2023, 1:02 AM
Hello, so as I am setting up the repo locally I run this particular command 'yarn workspace @calcom/prisma db-deploy' which is giving me an error that database_url doesn't found. but it's there. can anyone help me with it?
a

Ali

05/25/2023, 9:32 AM
Are you on Mac or Windows?
á

Ángel Rivera-Págan

05/25/2023, 1:03 PM
In my case I had to add a .env inside the prisma directory. It is annoying cuz it will complain about the duplicate database_url, but it works.
a

Ali

05/25/2023, 1:42 PM
It is likely because of symbolic links failing. Have you taken a look at this guide? https://cal.com/docs/how-to-guides/how-to-troubleshoot-symbolic-link-issues-on-windows
a

Aditya Painuli

05/25/2023, 4:59 PM
Thanks for the help now it's working fine.