Hello, I'm encountering the following error frequently:
TIMEOUT ERROR An timeout error has occurred. This can happen when a request takes too long to complete. If this frequently happens, then you may need to move this request into a background task.
Whoops! An error occurred.
Exception: The debugger encountered an error.
The function writes the paginated contacts in a batch of 1000 elements in array. I have disabled all the returns since I don't quite need them, but I still receive the following error. What I realized is that the function finishes successfully, but is unable to return. That bothers me because there are remaining loops to be done. I had to create helper column on my loop array that will write to true when it finishes so I don't have to go from beginning every time, but it requires a lot of manual actions. I also split the writings, so it will write per pagination, not when it stacks all paginations, but still no luck. Any advice how can I debug the error further ? Thank you