pearcy
pearcy2mo ago

Airbyte Convex Destination Connector - 404 Error

Hi, I'm trying to import a json file into Convex via the Airbyte integration Steps to Reproduce: 1. Set up the Convex destination connector in Airbyte. 2. Entered the Convex deployment URL from my Dev account: -- deployment_url 3. Entered the correct API key: -- access_key 4. Clicked "Test the destination" 5. Received the following error. Configuration check failed An exception occurred: <Response [404]> I have tried this a few different times and have gotten the same result. Any help would be greatly appreciated.
6 Replies
Convex Bot
Convex Bot2mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
pearcy
pearcyOP2mo ago
If it makes a difference - I'm using the Convex starter plan and a self-hosted, open-source Airbyte instance, which is running locally via Docker. My React Native app works locally with the Convex development database. The goal is to upload JSON files via Airbyte, enabling independent deployments.
ballingt
ballingt2mo ago
@pearcy we're working on fixing this, but an option available to you given this setup is to change the Convex Airbyte integration, it should be a Python script somewhere in there
ballingt
ballingt2mo ago
GitHub
airbyte/airbyte-integrations/connectors/destination-convex/destinat...
The leading data integration platform for ETL / ELT data pipelines from APIs, databases &amp; files to data warehouses, data lakes &amp; data lakehouses. Both self-hosted and Cloud-hosted. ...
ballingt
ballingt2mo ago
it's looking for /version, but that's not something Convex backends currently provide. It should be checking /instance_version
pearcy
pearcyOP2mo ago
Thank you @Tom, that worked. That is a relief!

Did you find this page helpful?