https://questdb.io logo
Title
f

Felix Castillo

04/11/2023, 6:20 AM
I updated my docker environment to 7.1 and almost everything is working fine. But when querying in the web console it doesn't show any rows despite telling me that it select rows in the status line. Any ideas why this happens?
a

Andrey Pechkurov

04/11/2023, 7:16 AM
Hi Felix, Could you check browser console for any JavaScript errors?
f

Felix Castillo

04/11/2023, 7:17 AM
Good idea ...
a

Andrey Pechkurov

04/11/2023, 7:22 AM
Which browser are you using?
f

Felix Castillo

04/11/2023, 7:22 AM
Mainly Firefox, tried Edge also
same error
a

Andrey Pechkurov

04/11/2023, 7:22 AM
Could you try Chrome as well?
f

Felix Castillo

04/11/2023, 7:23 AM
everything works fine with 6.6.1
ok, going to
a

Andrey Pechkurov

04/11/2023, 7:23 AM
There is a known issue (https://github.com/questdb/questdb/issues/3168), so it would help a lot if you could post a message there with your OS and browser version
f

Felix Castillo

04/11/2023, 7:24 AM
what exactly do you need?
a

Andrey Pechkurov

04/11/2023, 7:25 AM
OS and browser versions
Looks like not all browsers expose
crypto.subtle
over plain HTTP
f

Felix Castillo

04/11/2023, 7:30 AM
Tried on Windows 11 Pro, 22H2 • Firefox 111.0.1 (64-Bit) • Chrome 112.0.5615.50 (Official Build) (64-bit) Windows 10 Enterprise, 21H2 • Chrome 112.0.5615.49 (Official Build) (64-Bit)
a

Andrey Pechkurov

04/11/2023, 7:36 AM
Same issue persists everywhere?
f

Felix Castillo

04/11/2023, 7:36 AM
yes, unfortunately
also on Ubuntu and Firefox 111.0.1
a

Andrey Pechkurov

04/11/2023, 7:41 AM
I'm on Ubuntu 22.04 and Web Console seems to be working fine on Chrome and Firefox
f

Felix Castillo

04/11/2023, 7:59 AM
I'm also using Ubuntu 22.04.2 LTS, not working
any ideas?
a

Andrey Pechkurov

04/11/2023, 8:52 AM
What URL are you using to access Web Console? Is it localhost:port or 127.0.0.1:port?
f

Felix Castillo

04/11/2023, 8:52 AM
Neither, working remotely
a

Andrey Pechkurov

04/11/2023, 8:57 AM
That explains things. localhost and 127.0.0.1 are considered "secure context" as an exception. I assume you don't have an SSL proxy in front of Web Console?
f

Felix Castillo

04/11/2023, 8:58 AM
no, I don't have. No need in my own network
My docker isn't running on the Windows workstation but on an Ubuntu server (other one than before).
a

Andrey Pechkurov

04/11/2023, 9:06 AM
I guess as a workaround you could try starting an HTTP proxy locally, so that you access Web Console over localhost
f

Felix Castillo

04/11/2023, 9:12 AM
Well, if you know how to do it, it would surely be a good idea ... going to ask ChatGPT 😉
a

Alex Pelagenko

04/11/2023, 9:30 AM
We will fix this bug pretty soon, you can try to downgrade to 7.0.1 if the proxy is not easy. On linux you could do port mapping with ssh but I’m not sure how to do it on windows
f

Felix Castillo

04/11/2023, 10:05 AM
If it gets fixed, I'm happy ... Thanks for this amazing tool!
n

Nicolas Hourcard

04/11/2023, 4:54 PM
hi @Felix Castillo thanks for the kind words
would you be able to share a little bit about your use case? Would love to see how you use QuestDB