fuomag9 commented on PR #30752: URL: https://github.com/apache/superset/pull/30752#issuecomment-2466720989
``` superset_app | 2024-11-10 12:43:08,390:WARNING:superset.views.error_handling:HTTPException superset_app | Traceback (most recent call last): superset_app | File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 1484, in full_dispatch_request superset_app | rv = self.dispatch_request() superset_app | File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 1458, in dispatch_request superset_app | self.raise_routing_exception(req) superset_app | File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 1440, in raise_routing_exception superset_app | raise request.routing_exception # type: ignore superset_app | File "/usr/local/lib/python3.10/site-packages/flask/ctx.py", line 353, in match_request superset_app | result = self.url_adapter.match(return_rule=True) # type: ignore superset_app | File "/usr/local/lib/python3.10/site-packages/werkzeug/routing/map.py", line 629, in match superset_app | raise NotFound() from None superset_app | 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. superset_app | 2024-11-10 12:43:08,391:INFO:werkzeug:172.18.0.1 - - [10/Nov/2024 12:43:08] "GET /ws HTTP/1.1" 404 - superset_app | 2024-11-10 12:43:14,907:DEBUG:superset.stats_logger:[stats_logger] (incr) health superset_app | 2024-11-10 12:43:14,907:INFO:werkzeug:127.0.0.1 - - [10/Nov/2024 12:43:14] "GET /health HTTP/1.1" 200 - ``` UX works now but this PR needs improvements as it's missing websockets connections configuration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
