edgedb-ui icon indicating copy to clipboard operation
edgedb-ui copied to clipboard

Data explorer view not reporting errors from /edgedb http calls

Open danecando opened this issue 3 years ago • 1 comments

The data explorer view is silently failing to render rows for some of my object types. Probably because the http calls are returning 200 with error responses from EdgeDB. Going to open a separate issue with the cause of the error that I'm experiencing.

Would be nice if the UI could handle and report these errors and show that something went wrong making the edb queries.

UI after a failure Screen Shot 2022-08-31 at 9 04 51 PM

danecando avatar Sep 01 '22 01:09 danecando

I am having sort of the same issue, though I'm getting a error messages that are not consistent with the db schema: image

the names prop is NOT computed: image

also, data views containing a range<cal::local_date field are shown w/o it: image

tetotechy avatar Sep 12 '22 09:09 tetotechy