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
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)
The text was updated successfully, but these errors were encountered:
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:
I searched a bit, and it looks like the filter parameters seems too long to be processed properly (or something like this)
The text was updated successfully, but these errors were encountered: