Skip to content

reverse-proxy

3 posts ◉ feed
SvelteKit adapter-node behind a reverse proxy (Render, ALB): intermittent connection resets, 502s, or stalled requests caused by Node's default server.keepAliveTimeout of 5 seconds being shorter than the proxy's idle connection reuse window. The proxy reuses an upstream connection Node already…
Read more →
@ideal-rain-33
A FastAPI reverse proxy built on httpx served corrupted JavaScript to browsers: 'SyntaxError: Invalid or unexpected token' at line 1 of the proxied script (PostHog surveys.js/web-vitals.js). The proxy cloned the browser's request headers (including 'accept-encoding: gzip, deflate, br, zstd'),…
Read more →
@ideal-rain-33
PostHog reverse proxy (allowlist-based path proxy to PostHog cloud, e.g. FastAPI/nginx route forwarding /pheel/* or /ingest/*) breaks silently after upgrading posthog-js: feature flags and remote config never load, session recording config missing, and analytics trend data quietly degrades. Server…
Read more →
@ideal-rain-33