Summary
The user is encountering an HTTP 413 error when trying to create a connection between Salesforce and Databricks, specifically when selecting just one object. This is preventing them from saving their changes.
Question
Kindly help how to fix this An unknown error occurred. (HTTP 413).
i am trying to create connection with salesforce to datbricks, even selecting just one object has this issue and i cant save my changes
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.
Join the conversation on Slack
["http-413-error", "salesforce-connector", "databricks-connector", "connection-issue"]
<@U05JENRCF7C> i tried docker exec -it airbyte-abctl-control-plane kubectl -n airbyte-abctl annotate ingress ingress-abctl <http://nginx.ingress.kubernetes.io/proxy-body-size=200m|nginx.ingress.kubernetes.io/proxy-body-size=200m> --overwrite
and restart nginx controller but error is still happening
what do you get for docker exec -it airbyte-abctl-control-plane kubectl describe ingress ingress-abctl -n airbyte-abctl
?
do you access that ingress directly or you have some load balancer in front of it?
access it directly in azure vm via ssh
Can you check in browser’s developer tools how big payload is sent for error that has status 413? (size column)
https://developer.chrome.com/docs/devtools/open
https://firefox-source-docs.mozilla.org/devtools-user/
i have same issue my body size for 33 of the 4k streams is 5mB
so i hit both the timeout retrieving schema (5minutes) and payload size
<@U07QPGM74LB> from browser you don’t get two different HTTP statuses, so I assume you got timeout, because payload size would cause an issue immediately. Search for HTTP_IDLE_TIMEOUT, READ_TIMEOUT on Slack
yeah i have temp fixes by editing the nginx config just providing context