zaizaizhao opened a new issue, #32324: URL: https://github.com/apache/superset/issues/32324
### Bug description superset_app | 2025-02-20 08:20:06,282:INFO:werkzeug:127.0.0.1 - - [20/Feb/2025 08:20:06] "GET /health HTTP/1.1" 200 - superset_app | 2025-02-20 08:20:36,327:INFO:werkzeug:127.0.0.1 - - [20/Feb/2025 08:20:36] "GET /health HTTP/1.1" 200 - superset_app | 2025-02-20 08:20:40,060:WARNING:superset.db_engine_specs:Unable to load SQLAlchemy dialect hive: No module named 'thrift' superset_app | 2025-02-20 08:20:40,061:WARNING:superset.db_engine_specs:Unable to load SQLAlchemy dialect hive.http: No module named 'thrift' superset_app | 2025-02-20 08:20:40,062:WARNING:superset.db_engine_specs:Unable to load SQLAlchemy dialect hive.https: No module named 'thrift' superset_app | 2025-02-20 08:20:40,074:INFO:werkzeug:10.8.170.30 - - [20/Feb/2025 08:20:40] "GET /login/ HTTP/1.1" 200 - superset_app | 2025-02-20 08:20:40,118:WARNING:superset.views.error_handling:HTTPException superset_app | Traceback (most recent call last): superset_app | File "/app/.venv/lib/python3.11/site-packages/flask/app.py", line 1484, in full_dispatch_request superset_app | rv = self.dispatch_request() superset_app | ^^^^^^^^^^^^^^^^^^^^^^^ superset_app | File "/app/.venv/lib/python3.11/site-packages/flask/app.py", line 1469, in dispatch_request superset_app | return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) superset_app | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ superset_app | File "/app/.venv/lib/python3.11/site-packages/flask/app.py", line 502, in <lambda> superset_app | view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 superset_app | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ superset_app | File "/app/.venv/lib/python3.11/site-packages/flask/scaffold.py", line 317, in send_static_file superset_app | return send_from_directory( superset_app | ^^^^^^^^^^^^^^^^^^^^ superset_app | File "/app/.venv/lib/python3.11/site-packages/flask/helpers.py", line 557, in send_from_directory superset_app | return werkzeug.utils.send_from_directory( # type: ignore[return-value] superset_app | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ superset_app | File "/app/.venv/lib/python3.11/site-packages/werkzeug/utils.py", line 575, in send_from_directory superset_app | raise NotFound() 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 | 2025-02-20 08:20:40,121:INFO:werkzeug:10.8.170.30 - - [20/Feb/2025 08:20:40] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 404 - superset_app | 2025-02-20 08:20:40,670:INFO:werkzeug:10.8.170.30 - - [20/Feb/2025 08:20:40] "GET /login/ HTTP/1 <!-- Failed to upload "20250220-162544.jpg" --> ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.11 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
