Hi
[Please keep replies on the mailing list]
The code where the error is happening (pgAdmin4.py, line 131 per your
report) looks like this:
port = os.environ['PGADMIN_PORT']
app.logger.debug(
'Not running under the desktop runtime, port: %s',
port
)
server_port = int(port)
It's setting
Thank you very much, Dave !
I added environment variable "PGADMIN_PORT = 5432" to the container and
it's now up and running .
ср, 17 июл. 2019 г. в 11:06, Dave Page :
> Hi
>
> [Please keep replies on the mailing list]
>
> The code where the error is happening (pgAdmin4.py, line 131 per your
> re
Cool, glad to hear it's working. You should probably set it to 80 though,
the same as you're using for PGADMIN_LISTEN_PORT.
It would be good to know what's actually causing this though - I'll see
about having the container dump the environment out at startup.
On Wed, Jul 17, 2019 at 9:49 AM Dmitr
Hello,
I use pgadmin 4.10, postgresql 11.3 on Fedora 30.
Whenever I log into pgadmin for the first time in a session, I can't move
around in the databases and it keeps "loading" with loading circles in the
tree layout.
To unblock this, I found out that running "sudo service postgresql restart"
s