Hi team, since upgrading airbyte from v0.40.14 to ...
# ask-community-for-troubleshooting
j
Hi team, since upgrading airbyte from v0.40.14 to v0.40.17, we've started to get an error: 413 Request Entity Too Large when refreshing source schema to load new stream. I read the same issue occurred in an older airbyte version and new release solved it. Is it a fix to this error in the future release?
s
Hey there, which connector is this happening on? Please make sure your connectors are on the latest version too, sometimes with platform changes it's also necessary to update the connector.
j
@Sunny Hashmi (Airbyte) We are using MSSQL connector for source and snowflake as destination, both were upgraded along with Airbyte.
I assume this is proxy server issue rather than connector issue.
The error msg : 413 Request Entity Too Large nginx/1.23.2
s
I see, this issue has not been reported yet - can you please submit a bug report in the repo?
j
@Sunny Hashmi (Airbyte) The ticket has been raised.https://github.com/airbytehq/airbyte/issues/18822
🙏 1
d
@Jing Xu I am facing same issue, while connecting postgres to AWS S3. I am using docker image of Airbyte and not sure where I can find nginx proxy server. Can you please help me with this?
j
@DHANANJAY NAIKWADI It's in airbyte-proxy server, path is like : /etc/nginx/nginx.conf
👍 1
d
It got resolved. Thank You.