Docs
error, filter, index, cancelled, operation
41174755
2022-11-29T13:50:11Z
2025-02-20T05:27:20Z
109
0
0
257154
Error: “Sorry, the operation has been cancelled as it took more than expected time to complete. Please try again after some time.”
The operation has been cancelled error when applying a filter.
Solution
This error usually comes when you are searching and filtering customers/subscriptions/invoices etc. It could show like this (below image) or in the middle of the screen with no results.
This error would occur due to a slow query or query getting timeout due to a huge number of records.
Since sorting the records and applying the index on all the records would be slow and the query would get a timeout.
As a workaround, you can filter the records further by applying the date range as this would reduce the number of records, or any other filters as per your requirement.
Related Article