I have a Vaadin 23.5 app behind a loadbalancer setup with sticky sessions. If I directly connect to one of the tomcat instances it works flawlessly. But when I go through the loadbalancer I get an “sw-runtime-resources-precache.js” failed to load error. There is a message about invalid redirect and “HTTP 302 Found” message. and “The script resource is behind a redirect, which is disallowed.”
The same loadbalancer hosts another Vaadin 14 application without any problems for years.
Yes there are two servers with tomcat installed and the same vaadin app deployed on them. There is a load balancer placed in front with one link on the load balancer with sticky session setup.
The reconfiguration of the load balancer solved the problem. I don’t have the details of the reconfiguration yet.