Skip to content

Show queue limit error message #2468

Description

@moujar
Image Image

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

  • The user submits the Create Queue form.

  • A generic error message:

    "An error occurred!"

  • The browser's Network tab shows the actual API response:

HTTP 403
{
  "detail": "User has reached queue limit!"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BeginnerThis would be a good task for a beginner to take on, to learn about the projectEnhancementFeature suggestions and improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions