glide-laravel
glide-laravel copied to clipboard
ERR_CONTENT_LENGTH_MISMATCH with Valet on some images
I see the following errors in Chrome:
GET http://assets.my.app/images/medium/b05d317cb2b8be001721000e6d3b2830.jpg net::ERR_CONTENT_LENGTH_MISMATCH
If I visit the image directly in the browser it shows just fine.
I am using Laravel Valet and I believe this is where the issue starts.
It does not happen on all images, but some.
Found this: https://github.com/mholt/caddy/issues/988 don't know if it will help
Upgrading to valet 2 fixed this for me.