Filtering Issues Causes Infinite Loading and API Timeout
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
1. Navigate to the issues page of the org mentioned in the shadow ticket
- **Environment**: prod
- **Period**: 90 days
2. Observe the issues displayed without any filters applied. The issues load as expected.
3. Apply the following filter:
```
!error.type:HTTPException is:unresolved
```
4. When loading this URL, the page enters an infinite loading state and no issues are displayed.
The customer attempted to replicate the query using the API to debug further.
More information in this[ internal Jira ticket.](https://getsentry.atlassian.net/browse/ISSUE-1718)
### Expected Result
- The filter should be applied successfully, and the issues list should update to reflect the filtered results.
- The API should return a response for the specified query within a reasonable time.
### Actual Result
- The web interface gets stuck in an infinite loading state after applying the filter.
- The API call times out when attempting the same query.
### Product Area
Issues
### Link
_No response_
### DSN
_No response_
### Version
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.