Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate of #12374 #12529

Closed
JuanJo-RC opened this issue Oct 16, 2024 · 1 comment
Closed

Duplicate of #12374 #12529

JuanJo-RC opened this issue Oct 16, 2024 · 1 comment

Comments

@JuanJo-RC
Copy link

Describe the bug

In RabbitMQ 4.0.2 with the management plugin, when listing queues, everything works as expected. However, attempting to sort the queue list by any column (e.g., messages) results in a 500 Internal Server Error.

https://domain/api/queues?page=1&page_size=100&name=&use_regex=false&**sort=messages&sort_reverse=false**&pagination=true ->Error 500
https://domain/api/queues?page=1&page_size=100&name=&use_regex=false&pagination=true --> OK

Reproduction steps

1-Access the RabbitMQ management interface.
2-Go to the queues page.
3-Attempt to sort the queues by the "messages" column or any other column.
4-The server returns a 500 Internal Server Error.

Expected behavior

The queue list should be sorted by the selected column without returning an error.

Additional context

No response

@michaelklishin
Copy link
Member

michaelklishin commented Oct 16, 2024

Duplicate of #12374.

@michaelklishin michaelklishin changed the title 500 Error when sorting queues by column in RabbitMQ 4.0.2 management plugin Duplicate of #12374 Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants