What is "crypt key missing" error in Pgadmin4 and how to resolve it?

Pgadmin 4Docker Desktop

Pgadmin 4 Problem Overview


I am using pgadmin version 6.1. I am trying to connect to my postgres db hosted in docker with pgadmin on my local machine.

I used the below command to get the docker container ip address: docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id

Pgadmin 4 Solutions


Solution 1 - Pgadmin 4

When starting Pgadmin4, did you set a "master" password or just bypass that prompt? I just ran into the same thing and restarted setting the "master" password and was able to continue without that error.

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionakamettaView Question on Stackoverflow
Solution 1 - Pgadmin 4NumskiView Answer on Stackoverflow