Running Grav on multiple servers with load balancer

So we’re running into an interesting issue when having Grav run on two servers via a load balancer.

If we have the asset pipeline enabled (which we really want) Grav seems to run fine on one server but on server 2 the CSS and JS file gets a 404 and don’t load. If we disable the asset pipeline then everything works fine on both servers.

Has anyone else ran into this issue or have experience running a Grav site on multiple servers with a load balancer?

I believe the main issue is outlined here: https://github.com/getgrav/grav/pull/917#issuecomment-282586711

Yes this is the same issue. Grav will generate some files with random names with cache enabled, image processing, or assets pipelining. Sticky sessions will fix it.

You were right! Thanks!