sfirke commented on issue #31890: URL: https://github.com/apache/superset/issues/31890#issuecomment-2719553196
I spoke too soon in a comment I just deleted. Pulling the latest commits today, I no longer get the issue described earlier in this thread: I can load superset at both `:8088` and `:9000`. But as I browse around it, everything seeming to work, I'm still seeing this in the logs: ``` perset_app | 2025-03-13 01:56:04,259: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 1458, in dispatch_request superset_app | self.raise_routing_exception(req) superset_app | File "/app/.venv/lib/python3.11/site-packages/flask/app.py", line 1440, in raise_routing_exception superset_app | raise request.routing_exception # type: ignore superset_app | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ superset_app | File "/app/.venv/lib/python3.11/site-packages/flask/ctx.py", line 353, in match_request superset_app | result = self.url_adapter.match(return_rule=True) # type: ignore superset_app | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ superset_app | File "/app/.venv/lib/python3.11/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. ``` Not quite as concerning as the original problem, which I was having, and was a complete blocker on developing Superset. -- 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]
