flutter HttpException: Connection closed before full header was received

585 Views Asked by At

It happens only for image Urls Loading the Following image causes the issue

flutter: Another exception was thrown: HttpException: Connection closed before full header was received, uri = https://wagstays-static-cdn-dev.s3.amazonaws.com/media/user_89/pet/wagstays_pet_.2d7f49042718400aa970361186dc7e0e.jpg

 Image.network(snapshot.data.imageUrl,
              width: MediaQuery.of(context).size.width,
              height: MediaQuery.of(context).size.height / 2.98,
               ),
0

There are 0 best solutions below