GitHub user Sahil-mindrops added a comment to the discussion: How to setup websocket for Superset?
I have used the official repo for deploying superset and haven't made any changes. Step followed by me. 1: git clone --depth=1 https://github.com/apache/superset.git 2: docker compose up --build And stuck with the error superset_websocket | {"level":"error","message":"JWT not present","stack":"Error: JWT not present\n at readChannelId (/home/superset-websocket/dist/index.js:250:15)\n at Server.httpUpgrade (/home/superset-websocket/dist/index.js:338:9)\n at Server.emit (node:events:513:28)\n at onParserExecuteCommon (node:_http_server:772:14)\n at onParserExecute (node:_http_server:686:3)"} How to solve this ? GitHub link: https://github.com/apache/superset/discussions/33293#discussioncomment-14473259 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
