RuntimeError: No response returned.
Sentry Issue: SKYNET-FIND-D
ExceptionGroup: unhandled errors in a TaskGroup
File "starlette/_utils.py", line 87, in collapse_excgroups
yield
File "starlette/middleware/base.py", line 190, in __call__
async with anyio.create_task_group() as task_group:
File "anyio/_backends/_asyncio.py", line 781, in __aexit__
raise BaseExceptionGroup(
RuntimeError: No response returned.
(13 additional frame(s) were not displayed)
...
File "app/middleware/cache_control.py", line 102, in dispatch
response = await call_next(request)
File "app/middleware/rate_limiting.py", line 204, in dispatch
response = await call_next(request)