Skip to main content

Retrieving Item Updates causes Internal Server Error

  • October 29, 2024
  • 4 replies
  • 23 views

Hi all,

When trying to retrieve item updates for a board we are getting an internal server error back. The status page say no problems so is this just my instance or happening for others?

Stripped back query that caused error:

query {
  boards(limit: 1) {
    items_page(limit: 20) {
      cursor
      items {
        id
        updates {
          id
        }
      }
    }
  }
}

Cheers.

4 replies

rachelatmonday
Forum|alt.badge.img
  • monday.com Team Member
  • October 29, 2024

Hi @little_bobby_tables,

Just FYI, I changed the category of your post so it is in the apps & developers section of the community.

Best,
Rachel


Seems to be back to normal this morning. False alarm?


  • Participating Frequently
  • October 30, 2024

I’m still having this issue. Getting anything over 35, 40 causes it to crash out. Back in version 2024-10 we could request 300 with no issue, and according to the documentation over 1000 should be allowed? No idea why this is happening but it’s frustrating.


rachelatmonday
Forum|alt.badge.img
  • monday.com Team Member
  • October 30, 2024

@aholtzhauer I see you opened a new thread about that. I will move any replies there!