Cannot connect to MongoDB Atlas - "non json response"

Hi, I’m trying to set up Airbyte locally to validate our approach. I have it running. But I cannot get the connection tests to pass when connecting to MongoDB Atlas.

I have white-listed my own IP address in Mongo Atlas. I can connect to the cluster/DB with the same connection URL through the mongo shell.

The logs are high volume so it’s tough to pinpoint what goes wrong. I’m combing through these now but wondering if anyone else has seen this recently.

Mac/Monterey 12.6.1

Pretty much just git installed… and ran the run-ab-platform.sh script

EDIT: After parsing the logs a bit more I found this error which seems to be the most upstream cause:

airbyte-worker | Caused by: io.temporal.failure.ApplicationFailure: message='/tmp/workspace/199b24d3-b4c7-4b72-accc-a0308d2c8cd5/0', type='java.nio.file.NoSuchFileException', nonRetryable=false

I’m guessing this is a docker configuration issue but I’m not sure.

Thanks for any tips