tabixio / tabix

Tabix.io UI
https://tabix.io
Other
2.14k stars 265 forks source link

SignInView ERROR #266

Open veuvelee opened 1 year ago

veuvelee commented 1 year ago

`ERROR in app/src/views/DashboardView/DashboardView.tsx:229:50 TS2741: Property 'rev' is missing in type '{}' but required in type 'Pick<AntdIconProps, "name" | "value" | "id" | "type" | "title" | "target" | "key" | "onClick" | "download" | "href" | "hrefLang" | "media" | "rel" | "defaultChecked" | ... 349 more ... | "twoToneColor">'. 227 | if (tab.type === TabType.Processes) return ; 228 | if (tab.type === TabType.Metrics) return ;

229 | if (tab.type === TabType.DbOverview) return ; | ^^^^^^^^^^^^^^^^^^ 230 | if (tab.type === TabType.TableView) return ; 231 | if (tab.type === TabType.ServerOverview) return ; 232 | return ;` node: v16.15.0

QuentinFAIDIDE commented 1 year ago

I was also affected by this issue. I tried running the app with node:14 (incompatible), node:16 (error above), node:18 (error above) and node:latest .

QuentinFAIDIDE commented 1 year ago

We can still run an old version with this public docker image:

podman run -it --rm -p 9000:80 docker.io/spoonest/clickhouse-tabix-web-client
# or if you're using docker
docker run -it --rm -p 9000:80 docker.io/spoonest/clickhouse-tabix-web-client