After updating dashboard to 2.12.1, I found a new allowedURL.csv file in dash/data, but have no idea what is that for and what is the format for this csv. I tried starting a demo like what I did in the past, but failed with error ‘domain, which is an error shown on the page but not error thrown by q on terminal. Is that error to do with allowedURL.csv ?
3 Answers
3Hi @xian
Can I ask what operating system you are using and where you downloaded this version of dashboards from? E.g. code.kx.com or Nexus?
Thanks!
Hi @xian
When running this command:
q dash.q -p 10001 -u 1
Can you try removing the -u 1 to see if that helps? Let me know!
Thanks.
Can you upgrade to a version of KDB V4.0 2021.07.12 or greater

os: Linux version 3.10.0-1160.el7.x86_64, downloaded from code.kx.com.
– xianActually I ran the new version of dashboard and met this error in a docker where I developed dashboard in the last 3 years . I started another docker(Linux version 3.10.0-957.el7.x86_64) and ran dashboard successfully yesterday. Have no idea why and what is the difference between these two images, but it works with no 'domain error in the new docker.
– xian