Hi, I am trying to create a connection between MSS...
# airbyte-api
d
Hi, I am trying to create a connection between MSSQL source and S3 Bucket via the API and it keeps failing with this error.
Copy code
{
  "type": "<https://reference.airbyte.com/reference/errors>",
  "title": "unexpected-problem",
  "status": 408,
  "detail": "An unexpected problem has occurred. If this is an error that needs to be addressed, please submit a pull request or github issue."
}
Seems like the connection is timing out even though the discover container is still running. When I try and use the GUI to create the connection it goes through. Is there a timeout flag that I need to set?