dosubot[bot] commented on issue #32737: URL: https://github.com/apache/superset/issues/32737#issuecomment-2734748282
<!-- Answer --> The "BAD REQUEST" error with a 400 status code when copying a permalink to the clipboard after removing tabs from the dashboard in Superset version 4.1.1 is likely due to a `ValidationError` or `DashboardPermalinkInvalidStateError`. These exceptions are caught in the code and result in a 400 response, indicating that the state being processed when creating the permalink is invalid, possibly due to the changes made to the dashboard, such as removing tabs <sup>[[1]](https://github.com/apache/superset/blob/master/superset/dashboards/permalink/api.py)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/fff79938-3db6-4862-b030-b8de8e8ce792?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/fff79938-3db6-4862-b030-b8de8e8ce792?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/fff79938-3db6-4862-b030-b8de8e8ce792?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/fff79938-3db6-4862-b030-b8de8e8ce792?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/fff79938-3db6-4862-b030-b8de8e8ce792?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/fff79938-3db6-4862-b030-b8de8e8ce792?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/fff79938-3db6-4862-b030-b8de8e8ce792?feedback_type=other)</sup> -- 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]
