Closed peterschussheim closed 6 years ago
I think we should close this issue. I did some googling and noticed that the behavior I reported above was due to problems with the edge release of docker for mac
. See this issue on moby tracker.
I came across this problem before and your findings seem to align with my experience. Thanks for digging into this @peterschussheim!
If anyone else is hitting these problems and is not running on the edge release, please create a new issue 🙂
Summary
Existing local
prisma
service (docker) and newly-created localprisma
services do not work.Steps to reproduce
1) Following along with Typescript example, running
prisma init <PROJECT_NAME>
, produces errors (shown below) starting withprisma deploy
command.2) As instructed by the CLI,
prisma local start
should start my local cluster. This throws more errors:Potentially related issues
prisma-database
toprisma
indocker-compose.yml
)