when i click welcome pages,it will request the /ws api,then the backend will cause notFound error

How to reproduce the bug

  1. start the server,and click welcome pages,it will request /ws api
  2. the backend will cause notFound error
  3. See error Apache Superset GET /ws HTTP/1.1 werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server.

Apache Superset GET /ws HTTP/1.1 werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server.

Expected results

what you expected to happen.

Actual results

raise notFound error

Screenshots

Apache Superset GET /ws HTTP/1.1 werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server.

Environment

(please complete the following information):

  • browser type and version: chrome 96
  • superset version: `2.0
  • python version: anaconda 3.8
  • node.js version: 16
  • any feature flags active:

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • [x] I have reproduced the issue with at least the latest released version of superset.
  • [x] I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

Add any other context about the problem here.

Comment From: n15902179169

我有同样的问题

Comment From: DingZhengCN

I have the same question, this is the logs:

2022-09-15 02:02:32,344:WARNING:superset.views.base:HTTPException Traceback (most recent call last): File "/opt/venv.superset.2.0.0/lib/python3.8/site-packages/flask/app.py", line 1516, in full_dispatch_request rv = self.dispatch_request() File "/opt/venv.superset.2.0.0/lib/python3.8/site-packages/flask/app.py", line 1492, in dispatch_request self.raise_routing_exception(req) File "/opt/venv.superset.2.0.0/lib/python3.8/site-packages/flask/app.py", line 1474, in raise_routing_exception raise request.routing_exception # type: ignore File "/opt/venv.superset.2.0.0/lib/python3.8/site-packages/flask/ctx.py", line 376, in match_request result = self.url_adapter.match(return_rule=True) # type: ignore File "/opt/venv.superset.2.0.0/lib/python3.8/site-packages/werkzeug/routing.py", line 2042, in match raise NotFound() werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. 2022-09-15 02:02:32,345:INFO:werkzeug:34.80.213.159 - - [15/Sep/2022 02:02:32] "GET /ws HTTP/1.1" 404 -

Comment From: wangkun723

我也存在这个问题,有任何进展吗

Comment From: rusackas

Hi there, and sorry this has gone quiet for so long. We're no longer supporting Superset 2.x or prior, and since it's been a while since this thread saw any activity (around 6 months), I'll close this as stale. If it is still an issue in Superset 3.x or newer, we can re-open this, or feel free to open a new issue with updated context. Thanks!

Comment From: alephpt

I get the same error in current versions as well