livebook-dev / kino_db

Database integrations for Livebook
Apache License 2.0
40 stars 16 forks source link

Failing to connect to a database doesn't show an error in the UI #14

Closed joshuataylor closed 2 years ago

joshuataylor commented 2 years ago

Mistyping the credentials just returns an {:ok, #PID<xxx.x>}, and no error.

image

The user then assumes that they can then go and query, but they get an error.

On the command line this shows correctly (as it logs the error): image

josevalim commented 2 years ago

We are tracking this one here: https://github.com/livebook-dev/livebook/issues/1162 :) Thank you!