MarekChromec
MarekChromec
Please, provide your full .iss script, if you can.
@avdhootu27 There is requirement to have at least two header rows, which is a big limitation in my point of view. 
My proposal in [flow-components](https://github.com/vaadin/flow-components/issues/7399)
Still valid for my case. Using Vaadin 24.5.5, spring boot 3.4.0, tomcat 10.1.33, java 21, long-polling transport mode. Now and then, this error appears in the logs. [stack_trace_.txt](https://github.com/user-attachments/files/17871160/stack_trace_.txt)
What helped me with this kind of error is deletion of /frontend/**generated** and /src/main/**bundles** folders and this generated files: - vite.generated.ts - vite.config.ts - types.d.ts - tsconfig.json - package-lock.json -...
For Vaadin, we use defualt `Transport.WEBSOCKET_XHR` configuration, which is XHR from client to server and WS from server to client. On server, nginx is configured to use http 1.1 or...
I just managed to replicate the issue (firefox failing to download large file) on localhost using exactly the same nginx configuration in `nginx.conf` file as we use on server except...
I tried 145 64-bit FF, but nothing changed. Download is made from Windows 10 or Windows 11 devices. If you tried nginx with default configuration or the one i provided,...
Using old deprecated StreamResource api also makes no change