ECONNRESET and ECONNABORTED triggered by mp4 after reloading browser

I found out that it was the initial buffering of <video />, changed it to <video preload="none" /> as an ok workaround for now. The error is thrown by koa.js. I haven’t had the time to further look into strapi how to best catch the error message.

Better description of my case:

1 Like