500901 error at list group channel

[Problem/Question]
// Detailed description of issue.
Have trouble when list group channel with query param ‘created_after’ and ‘created_before’.
When time range increases, 500901 error response.
In my case, if I set the range to 10 days, it works fine after several 500 errors, but if I set it to 15 days, it keeps on getting 500 errors.


// If problem, please fill out the below. If question, please delete.
[SDK Version]
// What version of the SDK are you using?
3

[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.
my query param

{
    limit: 100,
    show_member: true,
    show_frozen: true,
//  created_after: 1707955200, // alway error
    created_after: 1708387200, // work after few error
    created_before: 1709251200,
}

[Frequency]
// How frequently is this issue occurring?
always

[Current impact]
// How is this currently impacting your implementation?
Cannot use list group channels with large ranges

@Hasang_Jeong
Thank you for inquiring about Sendbird.
Can I know the first 4 characters of the application_id you tested or the name of the application?
It seems likely to happen only on your apps.
Thanks.

Thanks for your quick reply.

Our app id is : “22E40BDE-D757-4DB9-BC6E-970B987FAD1E”

2024년 6월 7일 (금) 오전 11:46, Yongjun Choi via Sendbird Community <notifications@sendbird.discoursemail.com>님이 작성:

@Hasang_Jeong
I tested it, It has been confirmed that a kill-query timeout occurs when there is “custom_types: Quote.” so I’ll ask the server team to check it out. Please understand that it may take some time.

@Yongjun_Choi @Hasang_Jeong was this issue resolved? I also face the same issue, getting 500901 error if I used created_before filter…