We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 1, 2022 4:02 AM - edited Dec 1, 2022 4:03 AM
When paginating through the calendar events endpoint, I am receiving HTTP 500. It seems to happen right after I am accessing entries after the offset is 10000 or more.
Already saw it happen in multiple portals.
Is there a workaround, or is it something that could be fixed?
Dec 2, 2022 3:50 PM
Hey, @RichardFr 👋 Is this issue persisting? If so, are you getting any additional error logs or details? I can take this to my internal resources, and they'll likely request additional information to try to reproduce the issue on their end.
Thank you! — Jaycee
a month ago
Hi @Jaycee_Lewis , is there any update on this issue?
Dec 5, 2022 3:31 AM - edited Dec 5, 2022 3:41 AM
Hi @Jaycee_Lewis ,
Yes, I can give you the error message:
data: {
status: 'error',
message: 'internal error',
correlationId: 'f4d4725a-b1c1-4f29-8725-0cb4c431ecd2'
}
I think the best clue I can give you is what I wrote above: the problem seems to be the ability to paginate after 10000 entries. The error immediately and consistently apprears when I set the offset parameter to 10000.