i feel like im losing my mind. every time I try an...
# developers
p
i feel like im losing my mind. every time I try and run
yarn dev
on a fresh clone,
env-check:common
says that the
.env
file doesn't exist and overwrites it with the example file, then
@calcom/web:dev
fails because
NEXTAUTH_SECRET
isn't set...has anyone seen this before?
removing from turbo.json worked...
z
Can you screenshot the file structure of your
.env
file location?
Found the issue and will patch it soon