Closed joshuataylor closed 2 years ago
Mistyping the credentials just returns an {:ok, #PID<xxx.x>}, and no error.
{:ok, #PID<xxx.x>}
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):
We are tracking this one here: https://github.com/livebook-dev/livebook/issues/1162 :) Thank you!
Mistyping the credentials just returns an
{:ok, #PID<xxx.x>}
, and no error.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):