POST requests hang forever
I'm trying to deploy my app using
where Caddyfile is:
then GET requests work fine (even files) but POST requests hang forever.
Does anyone have any idea what could cause this?
caddy as a reverse proxy. My Tanstack Start app (behind fastify) works fine using docker but as soon as I add caddy:where Caddyfile is:
then GET requests work fine (even files) but POST requests hang forever.
Does anyone have any idea what could cause this?