You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* phoenix 1.7.18 (Hex package) (mix)
locked at 1.7.18 (phoenix) 1797fcc8
ok
Operating system: macos 13.7.1 (22H221)
Actual behavior
When you setup Phoenix with a self-signed certificate and make a request that includes a css, js, image, or ico that is handled by pheonix it returns (randomly) an HTTP compression error.
This is a result of Bandit's dependency hpax, which recently updated in elixir-mint/hpax#19
I'm unable to get a repro for this; working it over at elixir-mint/hpax#20 if anyone feels like helping with a repro. Fixing this won't be possible without one.
Environment
Actual behavior
When you setup Phoenix with a self-signed certificate and make a request that includes a css, js, image, or ico that is handled by pheonix it returns (randomly) an HTTP compression error.
This is a result of Bandit's dependency hpax, which recently updated in elixir-mint/hpax#19
Details about the issue are here elixir-mint/hpax#20
Expected behavior
All assets are loaded correctly all the time.
Solution: Until hpax updates the phoenix project should pin
1.0.0
, the last known stable version.The text was updated successfully, but these errors were encountered: