https://questdb.io logo
Title
a

Andy Beyer

03/28/2023, 11:07 AM
on
nightly
, anyone else getting this in the Web Console such that results of SQL queries do not render?
Uncaught TypeError: crypto.subtle is undefined
    setData qdb.js:48756
    setData qdb.js:48762
    setData qdb.js:48763
no issues if I run the
web-console
from source and just update
webpack.config.json
to point at the remote QuestDB server so not sure why this happens when running the UI version that loads from the running container
will run from source as a workaround for now
n

Nicolas Hourcard

03/28/2023, 11:49 AM
thx Andy, we are going to look into it
v

Vlad

03/28/2023, 12:25 PM
hey @Andy Beyer what browser are you using ?
this code is generating sha256 to use it as key for storing column layout
it is possible that your browser doesn't support this API
we tested with chrome & firefox
and edge
a

Andy Beyer

03/28/2023, 12:40 PM
I'm using Edge and I also tested Firefox
the web console normally works fine, I switched to running
nightly
(docker image) because it should have the fix for the ORDER BY issue
and that's the only place I've seen this issue come up
and as mentioned if I just run the UI from source and change the proxy to the backend , the UI also works fine
v

Vlad

03/28/2023, 1:40 PM
thanks Andy, let me try nightly