Split testing is not working with my Nuxt3 app

Hi, I launched split testing and noticed that all paths to CSS and JS are broken and only HTML is loading properly

Here is the URL:

This is the same issue I had previously, but now I have URL to demonstrate the bug

Split testing is very important feature for me and I would like to get it working :pray:

I’m not able to reproduce the issue (everything seems to be loading fine), but you might be affected by one of the limitations: Split Testing | Netlify Docs, specifically:

  • Split Testing doesn’t work properly for responses from proxies or functions. We don’t recommend using Split Testing with sites that use functions or proxies to generate site content as your visitors may end up with inconsistent experiences. This can be a concern for sites that use server-side rendering (SSR) or incremental static regeneration (ISR).