I'm trying to deploy my Server-Side Rendering application with Nuxt, but after several attempts, right after the deployment, my application fails to retrieve some resources. For example, when accessing my page, it returns a 404 error when trying to load the resource https://my-url.com/_nuxt/BPdJZLna.css. From what I understand, this resource belonged to the previous build, so the new deployment can't find it and returns an error.
When deploying, shouldn't Vercel clear any possible cache that is causing the application to request this old resource? Is this a problem with a Nuxt configuration or the Vercel deployment? I am unable to reproduce the error, and strangely, this behavior has never occurred in the deploy preview.
Nuxt version: 3.15.2