Hello, so as I am setting up the repo locally I r...
# developers
a
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
Are you on Mac or Windows?
á
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
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
Thanks for the help now it's working fine.