I am trying to create an s3 source using api: I am...
# replication-ask-ai
a
I am trying to create an s3 source using api: I am getting this response
Copy code
{
  "type": "about:blank",
  "status": 500
}
k
The
500
status code in your response indicates that there's a server-side error. This could be due to a variety of reasons. From the knowledge sources provided, there's an instance where a user faced a similar issue while trying to
PATCH
a connection to change a parameter. The user was also getting a
500
status code in the response. However, the exact cause of the issue or its resolution is not mentioned in the provided sources. It's recommended to check the server logs for more detailed error messages which could provide insights into what's causing the issue. If you're still facing issues, consider raising a bug report on the [Airbyte Github Issues page](https://github.com/airbytehq/airbyte/issues) or ask for help on the [Airbyte Discuss Forum](https://discuss.airbyte.io/). Please note that the information provided is based on the knowledge sources given and may not fully resolve your issue. Knowledge Source: [Github Issue (open): [API] patch custom source fails with NullPointerException](https://github.com/airbytehq/airbyte/issues/36916)