diff --git a/src/backend/base/langflow/components/data/api_request.py b/src/backend/base/langflow/components/data/api_request.py index 56dcd1351..7201b7ab8 100644 --- a/src/backend/base/langflow/components/data/api_request.py +++ b/src/backend/base/langflow/components/data/api_request.py @@ -389,6 +389,7 @@ class APIRequestComponent(Component): # Process body using the new helper method processed_body = self._process_body(body) + redirection_history = [] try: response = await client.request(