## The problem
Issue questdb/questdb#3168 (closed, 16 comments): ### Describe the bug simply as per title, any query on the editor show the number of columns of the result but the grid in the UI is always empty. Apparently the component has been updated in [3068](https://github.com/questdb/questdb/pull/3068) ### To reproduce open web console UI write a "select * from tableName" the grid shows no results the javascript of the UI fails with: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'digest') at qdb.js:2:913132 at qdb.js:2:913264 at qdb.

## What fixed it
QuestDB 7.1 web console grid showing column headers but no rows ('Cannot read properties of undefined (reading digest)'): a 7.1 regression from the improved grid features. Workarounds: downgrade to 7.0.1, or run a local HTTP proxy so the web console URL is YOUR_HOST or the loopback address. Maintainer-provided.