diff --git a/reflex/utils/hosting.py b/reflex/utils/hosting.py index a36f327b5c..6e333994f9 100644 --- a/reflex/utils/hosting.py +++ b/reflex/utils/hosting.py @@ -467,6 +467,7 @@ def deploy( headers=authorization_header(token), data=params.dict(exclude_none=True), files=files, + timeout=HTTP_REQUEST_TIMEOUT, ) # If the server explicitly states bad request, # display a different error