hi! – does anyone know what to do about `A project...
# prisma-whats-new
f
hi! – does anyone know what to do about
A project with the name 'XXX' already exists in your account
(when trying to deploy locally)? → https://goo.gl/v9FiUZ
p
what prints when you run
docker ps
?
f
Copy code
CONTAINER ID        IMAGE                                COMMAND                  CREATED             STATUS              PORTS                                     NAMES
e035a3a0ee35        graphcool/graphcool-dev:0.11.1       "/app/bin/single-ser…"   4 seconds ago       Up 6 seconds        0.0.0.0:60000->60000/tcp                  local_graphcool_1
ecb0f48b3caf        graphcool/localfaas:0.11.1           "/app/bin/localfaas"     5 seconds ago       Up 5 seconds        0.0.0.0:60050->60050/tcp                  local_localfaas_1
572d8c2649c9        mysql:5.7                            "docker-entrypoint.s…"   5 seconds ago       Up 6 seconds        3306/tcp                                  local_graphcool-db_1
it's all up and running
I also tried deleting all images, containers, and volumes, but that didn't change anything. as soon as I want to deploy a second time, the error occurs
@peter any ideas?