Postgresql can't connect application server through PGAdmin4

前端 未结 8 2164
陌清茗
陌清茗 2020-12-30 08:18

I installed PostgreSql on my Windows machine. I can connect to PostgreSql through cmd. But when I want to launch pgAdmin I am getting this error message.

8条回答
  •  青春惊慌失措
    2020-12-30 09:05

    My config_distro.py was missing this line:

    MINIFY_HTML=False
    

    I added it as in the above steps and it works

提交回复
热议问题