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

Tag component crash when too many tags #7

Open
Bricklou opened this issue Mar 16, 2023 · 0 comments · May be fixed by #8
Open

Tag component crash when too many tags #7

Bricklou opened this issue Mar 16, 2023 · 0 comments · May be fixed by #8

Comments

@Bricklou
Copy link

Bricklou commented Mar 16, 2023

I working currently with a big quantity of tags with my objects, and it seems that if there are too many tags linked to it, the requests crash with the following error:

{
    "errors": [
        {
            "message": "select \"game_tags\".\"id\", \"game_tags\".\"tags_id\" from \"game_tags\" left join \"tags\" as \"achqt\" on \"game_tags\".\"tags_id\" = \"achqt\".\"id\" where \"game_tags\".\"id\" in ($1) order by \"achqt\".\"name\" desc limit $2 - invalid input syntax for type integer: \"NaN\"",
            "extensions": {
                "code": "INTERNAL_SERVER_ERROR"
            }
        }
    ]
}

I searched a bit, and it looks like the filter parameters seems too long to be processed properly (or something like this)

@Bricklou Bricklou linked a pull request Apr 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant