My first Spring Boot app is nearly finished.
Except for one problem.
I have one site where I display a custom image to the user. It comes out of my MySQL database and is 4 to 8 MB big.
The site starts to load. Depending how fast the internet is more or less of the picture is downloaded.
And suddenly the browser (I tried in different) says no internetconnection (ERR-internet-disconnected).
I cannot find any error message in my logs and I don’t know if it is a server, MySQL or spring problem. I am using tomcat 8
Hope someone had the same issue and can tell me how to solve it.