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.
1 Like