docker installed?
# general
p
docker installed?
and running
p
Yes
its running
p
odd @zomars @Bailey ?
h
Looks like you might not have NEXTAUTH_URL env variable set. Can you log this variable in seed.ts and see if it;s there
u
same happened with me when i first cloned. just add NEXTAUTH_URL in .env This should also be mentioned in readme file
p
Thanks guys you are right when i added it worked
u
run yarn then yarn dev if there is still some problem use node 16. then repeat the above commands
p
@zomars is this missing in docs/readme?
z
We throw an error if it's not set. And it should be on the README