dosubot[bot] commented on issue #35869: URL: https://github.com/apache/superset/issues/35869#issuecomment-3456446556
<!-- Greeting --> Hi @aadilmgen-maker! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> There are known issues with URL prefix handling in Superset 6.0.0rc2 for the sections you mentioned. The "Download as CSV" button in SQL Lab did not include the URL prefix, but this was fixed in a recent pull request—so upgrading to a version that includes [PR #35118](https://github.com/apache/superset/pull/35118) should resolve that specific problem. For the "Create chart" button in SQL Lab, the URL prefix appears twice due to redundant application of the prefix in frontend utility functions. This happens when multiple helpers (like `ensureAppRoot`) are used together, causing the prefix to be added more than once. Fixing this requires careful adjustment in the frontend code to ensure the prefix is applied exactly once. The Home Page Settings Drop Down Info section uses the `/user_info/` route and appears to be affected by similar frontend routing or URL construction logic, but there is currently no evidence of a fix or workaround for this in recent pull requests or documentation. If you need to patch locally, review the frontend utilities that handle URL construction (especially those using `ensureAppRoot`) and ensure the prefix is only applied once per URL. For the CSV export, make sure your version includes the fix from [PR #35118](https://github.com/apache/superset/pull/35118). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/82c1ef48-e91f-4cda-a18e-3f3e0c8b2112?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/82c1ef48-e91f-4cda-a18e-3f3e0c8b2112?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/82c1ef48-e91f-4cda-a18e-3f3e0c8b2112?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/82c1ef48-e91f-4cda-a18e-3f3e0c8b2112?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/82c1ef48-e91f-4cda-a18e-3f3e0c8b2112?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/82c1ef48-e91f-4cda-a18e-3f3e0c8b2112?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/82c1ef48-e91f-4cda-a18e-3f3e0c8b2112?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/35869) -- 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]
