udayv2000 commented on issue #36602: URL: https://github.com/apache/superset/issues/36602#issuecomment-3654112108
@dosu thanks for the pointers. We’re running Superset via the official Apache Helm chart with the standard images (Python 3.10+) and a root-path deployment (no subpath configuration), so runtime compatibility and manual asset builds should be ruled out. The routing errors we’re seeing originate directly from Werkzeug (map.py 624/629 and send_from_directory), with a high volume of 404s and a small number of 405s starting immediately after upgrading to 6.0.0rc4. Next step for us is to inspect ingress access logs and correlate them with Superset backend logs to identify the exact request paths triggering these errors (e.g., probes, ingress rewrites, or specific UI actions). Once we have a consistent pattern, we’ll share details back here. -- 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]
