Calling the API interface returns HTML code, and when calling the interface to retrieve all sources, error 503 is reported #33673
Unanswered
1043038630
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have a requirement to operate Airbyte through API, and I am deploying Airbyte based on Docker
This is the document I have reviewed: https://reference.airbyte.com/reference/start
I deployed it locally myself, so my interface base address is localhost
When I call the Health Check interface, it returns a string of HTML code, indicating that I need to use JavaScript code

I am certain that the request is normal, returning 200
When I tried to call the "Trigger a sync or reset job of a connection" API, I returned 405 error and confirmed that all parameters were passed

The following is the code I called

Beta Was this translation helpful? Give feedback.
All reactions