This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch 4202-502-bad-gateway-after-oauth-login in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 695549441c2251e769a14941e35f084d1b41488a Author: Philipp Zehnder <[email protected]> AuthorDate: Wed Feb 25 13:45:29 2026 +0100 fix(#4202): increase proxy buffer sizes to improve handling of backend requests --- ui/.prettierignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/.prettierignore b/ui/.prettierignore index de37817eb0..a89307cd68 100644 --- a/ui/.prettierignore +++ b/ui/.prettierignore @@ -26,3 +26,7 @@ src/app/app.routes.ts src/app/core/components/base-navigation.component.ts src/app/home/home.service.ts deployment/*.mst + +# Ignore nginx runtime/template config files (unsupported by prettier parser inference) +nginx_config/*.conf +nginx_config/*.conf.template
