Creating stage default for service default ! ! ...
# prisma1-community
j
Creating stage default for service default ! ! 'ECONNREFUSED': request to http://192.168.99.100:4466/management failed, reason: connect ECONNREFUSED 192.168.99.100:4466 Get in touch if you need help: https://slack.prisma.io To get more detailed output, run $ export DEBUG="*"
r
do you have a
secret
set in your
schema.prisma
file and does it match the one in your
docker-compose
file?
And if you browse to http://192.168.99.100:4466/management does it work?
I'm rusty with the
prisma1
stuff 😕
j
yes my prisma secret and docker-compose secre matches up and no the /managment doesn't open up
r
is there any error in the docker logs?
j
org.postgresql.util.PSQLException: The connection attempt failed.
This keeps coming up so jow to solve this idk cause if I setup the database of postgres on Docker it works doesn't create a problem but for existing database it fails
r
right - can you connect to the database using the credentials? and is there a firewall possibly blocking it?
j
i dont know what is possibly happening in it
can u tell me one thing if my postgres image is running in docker how can I view it in PGADMIN
r
you should be able to use the same connection string that you have in your docker file