Error when opening pgAdmin 4 on mac

前端 未结 4 1523
无人共我
无人共我 2021-02-19 21:36

I have installed version 4-1.5, but when opening it, it always shows this error \"The application server could not be contacted.\"

4条回答
  •  后悔当初
    2021-02-19 22:39

    I removed the local directory hidden and resolved:

    $ cd ~
    $ rm -r .pgadmin/
    

    Note: macOS Sierra (10.12.6) and pgAdmin 4-1.6. Also you are going to loose configuration data like database list tree, et al.

    The Databases will remain intact since you are modifying/deleting PgAdmin related data not any of Postgresql itself.

提交回复
热议问题