edgedb-ui
edgedb-ui copied to clipboard
Schema Graph / Data not loading
Connected to a remote instance data and schema does not load. Did not try with locally running edgedb, nor with docker.
I'm not sure if we have the same issue but I've tried using version "2.0-dev.6629+7951e59" of the edgedb and the UI connects to the database server, can see that there's a database inside, but the network requests are erroneous:
File "edb/server/protocol/binary.pyx", line 1822, in edb.server.protocol.binary.EdgeConnection.main
File "edb/server/protocol/binary.pyx", line 1446, in parse
File "edb/server/protocol/binary.pyx", line 1373, in edb.server.protocol.binary.EdgeConnection.parse_prepare_query_part
edb.errors.BinaryProtocolError: empty query
Will try to run it with other nightly builds and see how it goes