404 Error when moving issues, but successful move.
Summary
When moving an issue, the red warning "Something went wrong on our end" displays before the issue is successfully moved.
Steps to reproduce
- Find the issue you want to move.
- Click "Move Issue" and select the destination project
- Click "Move"
When inspecting with developer tools, I see that there is a 404 error on x.json, where x is the number of the existing issue.
Example
I am moving this issue: https://gitlab.com/geo-team/discussions/issues/20 between the "discussions" project and the "test" project.
What is the current bug behavior?
The red warning message is shown.
What is the expected correct behavior?
The error message should not show, the user should be redirected without error.