- Issue created by @hudri
- Status changed to Fixed
5 months ago 3:21pm 4 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Tailwind JIT manipulates Drupal's response: It injects the styles in the header of the response content. When the request is behind a reverse proxy, the response content might be prematurely cut off / trimmed by the string length of the injected styles.
Explicitly set the "Content-Lengh" HTTP header.
Fixed
1.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.