You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: