Creating a new queue after reaching the limit of 5 queues only displays a generic error message:
"An error occurred!"
This message does not explain the actual reason for the failure, even though the backend returns a clear error.
Current behavior
HTTP 403
{
"detail": "User has reached queue limit!"
}
Creating a new queue after reaching the limit of 5 queues only displays a generic error message:
This message does not explain the actual reason for the failure, even though the backend returns a clear error.
Current behavior
The user submits the Create Queue form.
A generic error message:
The browser's Network tab shows the actual API response: