Hi everybody, i wanted to share a problem i’m experiencing in the last couple of days after switching to the new 10-2023 API version.
I had no problems using the new items_page query with most of the company tables, but as i got to the last one(400 items) i get, both inside the playground and the actual program, this error: “errors”: [
{
“message”: “JSON.parse: unexpected character at line 1 column 1 of the JSON data”,
“stack”: “”
}
]
which i’m sure is due to a timeout in Monday’s server since the call takes more than a minute and the error disappears if i use a 10 items limit in the item_page node.
This is the call i’m making:
query{
boards(ids: #){groups(ids:“#”) {
items_page(limit:25) {
cursor,
items {
name,id,column_values(ids:[
#,#,#, etc
]) {
text,value,column{title}
}
}
where the ids i ask for inside column values are 13.
The complexity is around 10000 so again, it shouldn’t timeout. Also note it’s not a slow connection problem since i have the same issue when running the code on a vps. This kind of request takes seconds in the stable version so i must have overlooked something in this query.
Thank you in advance for any insight into this matter
Timout in api request using api-version 10/2023
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
