pgadmin4 not displaying properly

余生颓废 提交于 2020-01-30 12:24:25

问题


I've installed PostgreSql, pgadmin4 came along with it first. It didn't work so I installed the latest version of pgadmin4 v4 again but still its the same. It was showing a fatal error message earlier which said "Failed to open the system default web browser. Is one installed?." After that, it somehow worked & it started in my IE when I set it as my default browser. I tried opening it in Firefox too setting it as default browser but the result was same.

It shows the following screen rather than the expected normal screen that should appear as soon as we start it.


回答1:


To resolve the issue, use the Windows Registry Editor to reset the value of

HKEY_CLASSES_ROOT.css\Content Type

to

text/css

and then restart pgAdmin4.

Ref: https://www.pgadmin.org/faq/#6

Note: Use Chrome or Firefox latest version with pgAdmin4, IE11 does not support many latest HTML technologies, for example with IE11 you will not able to download the graphical explain plan.



来源:https://stackoverflow.com/questions/56698363/pgadmin4-not-displaying-properly

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!